Skip to contents

unpackMOCHA will unpack a zip archive created by unpackMOCHA, setting the stored MOCHA object's stored directory path to the new location. See also: packMOCHA

Usage

unpackMOCHA(zipfile, exdir, verbose = FALSE)

Arguments

zipfile

Filepath to the packed MOCHA object.

exdir

The path to the external directory where you want to unpack the MOCHA object.

verbose

Display additional messages. Default is FALSE.

Value

MOCHAObj the MOCHA object (tileResults or Sample-Tile Matrix)

Examples

if (FALSE) {
# Depends on files existing on your system
MOCHA::unpackMOCHA(zipfile = "./mochaobj.zip", exdir = "./newMOCHAdir")
}