View source: R/get_remote_file.R
get_remote_file | R Documentation |
URL
.Function to get/download file from an URL
.
get_remote_file(
file_remote,
file_local,
verbose = TRUE,
mode = "w",
method = "auto",
cache_ok = TRUE,
sleep = FALSE
)
file_remote |
Vector of |
file_local |
Vector of local file names, the destination files for
|
verbose |
Should the function give messages about download progress? |
mode |
Mode with which to write the file. |
method |
Method for downloading remote files. |
cache_ok |
Is a server-side cached value acceptable? |
sleep |
If a number, this is the number of seconds to sleep between download iterations. This can help with keeping some web servers happy. |
Stuart K. Grange
download.file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.