-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The latest I get on deaths for the East Midlands is for week 1 of 2021. Should I be looking for a different dataset? Thanks
monstr_pipeline_defaults() %>% # Uses the monstr 'standards' for location and format
ons_datasets_setup() %>%
ons_dataset_by_id("weekly-deaths-region", edition = "covid-19") %>% #<<
ons_download(format="csv") %>%
monstr_read_file() %>%
monstr_clean() %>%
monstr_write_clean(format="all")
mortality_v17 <- readRDS("C:/data/clean/ons/weekly-deaths-region/covid-19/weekly-deaths-region-v17.rds") %>%
filter(geography == "East Midlands",
recorded_deaths == "total-registered-deaths",
!is.na(v4_1)) # not all dates have counts just like the website spreadsheets
ChrisBeeley
Metadata
Metadata
Assignees
Labels
No labels