exportStudy {OmicNavigator} | R Documentation |
Export a study
exportStudy(
study,
type = c("tarball", "package"),
path = NULL,
requireValid = TRUE
)
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 |
Invisibly returns the name of the tarball file ("tarball") or the path to the package directory ("package")