Get and set the file path for an object of class ISA.
Usage
isaPath(x)
isaPath(x) <- value
# S4 method for ISA
isaPath(x)
# S4 method for 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.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract path.
isaPath(isaObject1)
#> [1] "/home/runner/work/_temp/Library/isatabr/extdata/Atwell"