Description Usage Arguments Value Examples
View source: R/download_tools.R
Extract files from a zip archive.
1 | extract_files(path, fnames = ".*", ..., verbose = TRUE)
|
path |
The path to the zipfile. |
fnames |
A vector of file names in the archive to extract. Supports regex. |
... |
Other arguments passed to |
verbose |
If |
A vector of extracted file paths.
1 2 3 4 5 | ## Not run:
f = download_file("ftp://ftp.wildlife.ca.gov/Delta%20Smelt/SKT.zip")
extract_files(f, "SKT", exdir = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.