path<- {gespeR} | R Documentation |
Set the path of a a TargetRelations
object object
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
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR"))) path(trels) <- "/dev/null"