isaPath {isatabr} | R Documentation |
Get and set path
Description
Get and set the file path for an object of class ISA.
Usage
isaPath(x)
isaPath(x) <- value
## S4 method for signature 'ISA'
isaPath(x)
## S4 replacement method for signature 'ISA'
isaPath(x) <- value
Arguments
x |
An object of class ISA. |
value |
A length-one character vector indicating the isaPath to an accessible directory on the system. |
Value
The path to the folder for the object of class ISA.
The updated object of class ISA.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract path.
isaPath(isaObject1)
[Package isatabr version 1.0.1 Index]