nsink_run_7z | R Documentation |
This code is modified from https://github.com/jsta/nhdR/blob/master/R/utils.R and https://github.com/jsta/nhdR/blob/master/R/get.R to determine if 7 zip is available. If available it unzips a 7z zipfile to a destination directory. This avoids needing to use archive package which is only available via GitHub.
nsink_run_7z(zipfile, destdir, extract_again = FALSE)
zipfile |
The zipfile to be extracted |
destdir |
Where to put the extracted files |
force |
Whether or not to extract again if the destination files already exist |
Jemma Stachelek, jsta@lanl.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.