Skip to content

Data doesn't appear to be updated #53

@Lextuga007

Description

@Lextuga007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions