exportStudy {OmicNavigator}R Documentation

Export a study

Description

Export a study

Usage

exportStudy(
  study,
  type = c("tarball", "package"),
  path = NULL,
  requireValid = TRUE
)

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

Value

Invisibly returns the name of the tarball file ("tarball") or the path to the package directory ("package")

See Also

validateStudy


[Package OmicNavigator version 1.13.13 Index]