Description Usage Arguments Value Examples
getAEdata_page_urls_monthly
1 | getAEdata_page_urls_monthly(index_url)
|
index_url |
the url of the page to scrape data files from |
character vector of the urls for NHS England A&E data *.xls files from one of the monthly data index pages
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/'))
head(urls, n = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.