library(readr)
# load data ---------------------------------------------------------------------
raw_data <- read.csv(here::here("data-raw/pop_age_2019/pop_age_2019.csv"))
# cleaning ----------------------------------------------------------------------
# no cleaning required
pop_age_2019<- raw_data
# save --------------------------------------------------------------------------
usethis::use_data(pop_age_2019, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.