Description Usage Value Examples
View source: R/get_uk_nhs_region_cases.R
Get UK regional cases.
1 |
A dataframe of case counts in English NHS regions
1 2 3 4 5 6 7 8 9 10 11 | get_uk_nhs_region_cases
## Not run:
uk_shp <- readRDS("uk_shp.rds")
cases <- NCoVUtils::get_uk_regional_cases()
cases <- cases[1:23,]
uk_shp %>%
dplyr::full_join(cases, by = "region") %>%
ggplot2::ggplot(ggplot2::aes(fill = cases)) + ggplot2::geom_sf()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.