population_counts <- readr::read_csv("data-raw/population_counts.csv") #use of readdelimn here is to format as tibble
usethis::use_data(population_counts, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.