View source: R/unzipZipfileParallel.R
unzipZipfileParallel | R Documentation |
Unzip a zip file either at just the top level or recursively through the file
unzipZipfileParallel(
zippath,
outpath = substr(zippath, 1, nchar(zippath) - 4),
level = "all",
nCores = 1
)
zippath |
The filepath of the input file |
outpath |
The name of the folder to save unpacked files to |
level |
Whether the unzipping should occur only for the 'top' zip file, or unzip 'all' recursively, or only files 'in' the folder specified |
nCores |
Number of cores to use for parallelization |
Christine Laney claney@battelleecology.org Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.