View source: R/general_misc_utils.R
UnzipUploadedFile | R Documentation |
Unzips uploaded .zip files, removes the uploaded file, checks for success
UnzipUploadedFile(inPath, outPath, rmFile = T)
inPath |
Input the path of the zipped files |
outPath |
Input the path to directory where the unzipped files will be deposited |
rmFile |
Logical, input whether or not to remove files. Default set to T |
Jeff Xiajeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.