getAEdata_urls_monthly: getAEdata_urls_monthly

View source: R/scrape_AE_data_Eng.R

getAEdata_urls_monthlyR Documentation

getAEdata_urls_monthly

Description

getAEdata_urls_monthly

Usage

getAEdata_urls_monthly(url_list = NULL, country = "England")

Arguments

url_list

list of urls (as strings) for the pages to scrape for data files

country

the country ("England" or "Scotland") whose AE data urls are to be returned

Value

the urls for NHS England A&E data *.xls files, or NHS Scotland .csv files, from pages in url_list yielding addresses for data from June 2015 to (in principle) present.

Examples

## Not run: 
urls <- getAEdata_urls_monthly()
head(urls, n = 3)

## End(Not run)

HorridTom/nhsAEscraper documentation built on May 30, 2024, 3:37 p.m.