vaccination_effect_example_data <- readr::read_csv(
"data-raw/example_vaccine_coverage_effects.csv"
) %>%
select(age_band, coverage, acquisition, transmission) %>%
tibble::as_tibble()
use_data(vaccination_effect_example_data, overwrite = TRUE, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.