UnzipUploadedFile: Unzip .zip files
Description
Unzips uploaded .zip files, removes the uploaded file, checks for success
Usage
UnzipUploadedFile(inPath, outPath, rmFile = T)
Arguments
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