urban_CDs <- read_rds("~/Dropbox/swing-split/data/input/by-cd/rural-urban.rds") %>% filter(cluster == "Pure urban") %>% pull(cd) %>% dput()
usethis::use_data(urban_CDs, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.