Description Usage Arguments Value Author(s)
Download multiple files, making a specified number of attempts before giving up
1 2 | try.download(urls, destfiles = gsub(".*/", "", urls), tries = 10,
mode = "wb", overwrite = T, quiet = T, verbose = T, ...)
|
urls |
URLs to download |
destfiles |
Filenames for downloaded files - defaults to filename in the URL |
tries |
How many tries to make before giving up |
verbose |
Print an update after each file? |
... |
Passed on to download.file |
A data.frame reporting whether each file was already on disk, downloaded successfully, or could not be downloaded
Lauri Myllyvirta lauri.myllyvirta@greenpeace.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.