isaPath | R Documentation |
Get and set the file path for an object of class ISA.
isaPath(x)
isaPath(x) <- value
## S4 method for signature 'ISA'
isaPath(x)
## S4 replacement method for signature 'ISA'
isaPath(x) <- value
x |
An object of class ISA. |
value |
A length-one character vector indicating the isaPath to an accessible directory on the system. |
The path to the folder for the object of class ISA.
The updated object of class ISA.
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract path.
isaPath(isaObject1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.