View source: R/github_download_files.R
github_download_files | R Documentation |
Download files stored in a public GitHub repository.
github_download_files(
filelist,
save_dir = tempdir(),
overwrite = FALSE,
nThread = 1,
verbose = TRUE
)
filelist |
List of URLs to files. |
save_dir |
Local directory to save files in. |
overwrite |
Overwrite existing local files. |
nThread |
Number of threads to parallelise downloads over. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.