Description Usage Arguments Value Author(s) Examples
Set the path of a a TargetRelations
object object
1 2 3 4 | path(object) <- value
## S4 replacement method for signature 'TargetRelations,character'
path(object) <- value
|
object |
A |
value |
A string defining the path |
A TargetRelations
object with set path
Fabian Schmich
1 2 | trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))
path(trels) <- "/dev/null"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.