Description Usage Arguments Value Examples
View source: R/file_download_unzip.R
Downloads a zipped file from the internet and unzips it to a directory.
1 | file_download_unzip(url_file, path)
|
url_file |
URL of the file to download and unzip. |
path |
Directory to put the unzipped file. |
Character vector giving the path to the downloaded and unzipped file.
1 2 3 4 5 6 7 | ## Not run:
file_download_unzip(
url_file = "https://github.com/dcl-docs/project/archive/master.zip",
path = "~/my/dir"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.