Description Usage Arguments Details Value
View source: R/UTILITY_FUNCTIONS.R
This function makes it easy to implement timestamping and no-clobber of files.
1 2 | download_data(url, destdir = getwd(), timestamping = T, nc = F,
verbose = F, progress = F)
|
url |
The location of a file. |
destdir |
Where the file should be downloaded to. |
timestamping |
Should only newer files be downloaded? |
nc |
Should files of the same type not be clobbered? |
verbose |
Should cURL output be shown? |
progress |
Should a progress bar be shown with cURL output? |
If both timestamping
and nc
are TRUE, nc behavior trumps timestamping.
A character string of the file path to the downloaded file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.