Description Usage Arguments Value Examples
View source: R/data_firebrowse.R
Download files to a given directory
1 | 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
1 2 3 4 5 6 7 8 | ## 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.