importStudy: Import a study package
Description
Create an onStudy object by importing an installed study package
Usage
importStudy(study, libraries = NULL)
Value
Returns the onStudy
object imported from the OmicNavigator
study package
Arguments
- study
Named of an installed OmicNavigator study
- libraries
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.