Description Usage Arguments Value Examples
download_AE_files
1 | download_AE_files(file_urls, directory)
|
file_urls |
list of urls of files to download |
directory |
location to save files to |
vector of download.file return values
1 2 3 4 | 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'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.