library(devtools)
library(dplyr)
ihdengland <- readRDS(file.path("~/work/chronic/gbddb.rds")) %>%
dplyr::filter(disease == "Ischemic heart disease") %>%
select(-disease, -areatype, -rem_num, -rem_denom)
usethis::use_data(ihdengland, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.