R/unzip_archive.R
unzip_archive.Rd
Unzip Archive
unzip_archive(zip_file, target_dir = tempdir(), flatten = TRUE, dbg = TRUE)
path to archive file
path to target directory
if TRUE (the default) all files in the archive are unzipped directly into the target directory, independent from possible folder structures within the archive
TRUE
whether or not to show debug messages