exportStudy: Export a study
Description
Export a study
Usage
exportStudy(
study,
type = c("tarball", "package"),
path = NULL,
requireValid = TRUE
)
Value
Invisibly returns the name of the tarball file ("tarball") or the
path to the package directory ("package")
Arguments
- study
An OmicNavigator study
- type
Export study as a package tarball ("tarball") or as a package
directory ("package")
- path
Optional file path to save the object
- requireValid
Require that study is valid before exporting (via
validateStudy
)