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