Description Usage Arguments Value Examples
This function enables downloading documents by wrapping curl::curl_download()
.
1 |
url |
The download url(s). |
loc |
Where to put the files. |
file.out |
Option vector of names matching |
... |
Other arguments passed to |
Places a copy of the downloaded document in location specified and returns vector of the locations as string paths.
1 2 3 4 5 6 7 8 9 |
Error in curl::curl_download(url, out, ...) :
Could not resolve host: cran.r-project.org
Error in curl::curl_download(url, out, ...) :
Could not resolve host: github.com
[1] "Error in curl::curl_download(url, out, ...) : \n Could not resolve host: cran.r-project.org\n"
[2] "Error in curl::curl_download(url, out, ...) : \n Could not resolve host: github.com\n"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.