Description Usage Arguments Value Examples
View source: R/data_extraction.R
Download files from list of URLs from REACH Resource Centre (RC)
1 | download_files(url_list, destination_folder)
|
url_list |
list of URLs to files from the RC |
destination_folder |
string folder path to the destination folder where the data will be downloaded. If the folder does not exist, it will be created |
files from the file_url
1 2 3 4 5 | ## Not run:
file_urls <- RC_extract_onePage("https://www.reachresourcecentre.info/search/?search=1&initiative%5B%5D=reach&ptheme%5B%5D=cash&dates=&keywords=JMMI")
download_files(file_urls, "data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.