`unZipStudyFiles()` uncompress study results
unZipStudyFiles.Rd`unZipStudyFiles()` uncompress study results
Arguments
- path
The path to the directory where the .zip files are located. Character.
- pattern
A character string to filter the files from the location provided. Default is NULL.
- negate
If TRUE it will filter the opposite from 'pattern'. Default is FALSE.
- recursive
If TRUE it will search recursively for .zip files. Default is TRUE.
- outputDir
The path to the main output folder. Character.