unzip(zipfile, files = NULL, list = FALSE, overwrite = TRUE, junkpaths = FALSE, exdir = ".", unzip = "internal", setTimes = FALSE)
path.expand
) will be performed.TRUE
, list the files and extract none. The
equivalent of unzip -l
.TRUE
, overwrite existing files, otherwise
ignore such files. The equivalent of unzip -o
.TRUE
, use only the basename of the stored
filepath when extracting. The equivalent of unzip -j
.unzip -d
). It will be created if necessary.getOption("unzip")
, which on a Unix-alike may be set to the
path to a unzip
program.list = TRUE
, a data frame with columns Name
(character) Length
(the size of the uncompressed file, numeric)
and Date
(of class "POSIXct"
).Otherwise for the "internal"
method, a character vector of the
filepaths extracted to, invisibly.
zlib
and is in particular based on the
contributed minizip application in the zlib
sources
(from http://zlib.net) by Gilles Vollant.unz
to read a single component from a zip file. zip
.