unpackMOCHA | R Documentation |
unpackMOCHA
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
unpackMOCHA(zipfile, exdir, verbose = FALSE)
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. |
MOCHAObj the MOCHA object (tileResults or Sample-Tile Matrix)
## Not run:
# Depends on files existing on your system
MOCHA::unpackMOCHA(zipfile = "./mochaobj.zip", exdir = "./newMOCHAdir")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.