View source: R/data_firebrowse.R
downloadFiles | R Documentation |
Download files to a given directory
downloadFiles(url, folder, download = download.file, ...)
url |
Character: download links |
folder |
Character: directory to store the downloaded archives |
download |
Function to use to download files |
... |
Extra parameters passed to the download function |
Invisible TRUE if every file was successfully downloaded
## Not run:
url <- paste0("https://unsplash.it/400/300/?image=", 570:572)
psichomics:::downloadFiles(url, "~/Pictures")
# Download without printing to console
psichomics:::downloadFiles(url, "~/Pictures", quiet = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.