Learn R Programming

gespeR (version 1.4.2)

path<-: path

Description

Set the path of a a TargetRelations object object

Usage

path(object) <- value

## S3 method for class 'TargetRelations,character': path(object) <- value

Arguments

object
A TargetRelations object
value
A string defining the path

Value

  • A TargetRelations object with set path

Examples

Run this code
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))
path(trels) <- "/dev/null"

Run the code above in your browser using DataLab