download_files: Download files from list of URLs from REACH Resource Centre...

Description Usage Arguments Value Examples

View source: R/data_extraction.R

Description

Download files from list of URLs from REACH Resource Centre (RC)

Usage

1
download_files(url_list, destination_folder)

Arguments

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

Value

files from the file_url

Examples

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)

ElliottMess/RC_data_extraction documentation built on Feb. 12, 2021, 6:57 a.m.