installStudy: Install a study as an R package
Description
Install a study as an R package
Usage
installStudy(study, library = .libPaths()[1])
Value
Invisibly returns the original onStudy
object that was passed
to the argument study
Arguments
- study
An OmicNavigator study to install (class onStudy
)
- library
Directory to install package. Defaults to first directory
returned by .libPaths
.