Skip to contents

Unzip Archive

Usage

unzip_archive(zip_file, target_dir = tempdir(), flatten = TRUE, dbg = TRUE)

Arguments

zip_file

path to archive file

target_dir

path to target directory

flatten

if TRUE (the default) all files in the archive are unzipped directly into the target directory, independent from possible folder structures within the archive

dbg

whether or not to show debug messages