R/unzip.R
unzip2.Rd
CLI call to unzip that is more robust for large files, which are truncated by unzip if larger than 4gb.
unzip
unzip2(directory, file)
character, path of directory to unzip the file
character, local path of the file to unzip.