50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

OmicNavigator (version 1.13.13)

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

See Also

validateStudy