get_date: get_date

View source: R/scrape_AE_data_Eng.R

get_dateR Documentation

get_date

Description

get_date

Usage

get_date(raw_data)

Arguments

raw_data

a data frame containing A&E provider data for one month, from the NHS England website

Value

the period (month) that this data pertains to

Examples

## Not run: 
dataList <- load_AE_files(directory = 'nhsAEscraper/sitreps/')
get_date(dataList[[1]])

## End(Not run)

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