View source: R/workflow_download.R
download_files | R Documentation |
Download a list of files.
download_files(files, retries = 3, threads = getOption("mc.cores", 1))
files |
A data frame-like object with three columns: url, target, description specifying the source file, target location (including the file name) and description. |
retries |
How often to try downloading again after failure. |
threads |
Maximum number of parallel file downloads. |
The list of files with indicated download success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.