unzip_export | R Documentation |
unzips files exported from inception (creates local files; use with caution)
unzip_export(folder, overwrite = FALSE, recursive = FALSE)
folder |
set path to folder in which the xmi-files are stored |
overwrite |
should existing unzipped files be unzipped again (defaults to FALSE) |
recursive |
should files from sub-folders also be unzipped (defaults to FALSE) |
unzips files locally and provides list with paths to extracted files
## Not run:
unzip_export(folder = "export")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.