download_AE_files: download_AE_files

View source: R/scrape_AE_data_Eng.R

download_AE_filesR Documentation

download_AE_files

Description

download_AE_files

Usage

download_AE_files(file_urls, directory)

Arguments

file_urls

list of urls of files to download

directory

location to save files to

Value

vector of download.file return values

Examples

## Not run: 
urls <- getAEdata_page_urls_monthly(paste0('https://www.england.nhs.uk/statistics/',
'statistical-work-areas/ae-waiting-times-and-activity/',
'ae-attendances-and-emergency-admissions-2017-18/'))
download_AE_files(urls[1], directory = file.path('nhsAEscraper','sitreps'))

## End(Not run)

HorridTom/nhsAEscraper documentation built on April 11, 2024, 1:12 a.m.