files.unzip: Download and unzip a file from the internet or other external...

Description Usage Arguments

View source: R/utils.R

Description

files.unzip

Usage

1
files.unzip(zip_path = NULL, dest_path = NULL, keep_src = FALSE, ...)

Arguments

zip_location

The url, or directory path pointing to the location of the source zip file.

exdir

The directory to extract the the contents of the zip folder to.

pattern

If set, this is a regular expression pattern to be used for telling the function which files to keep. The side-effect is that all files not matching will be discarded.


CarlBoneri/roxydoc2 documentation built on Nov. 6, 2019, 8:01 a.m.