provinces <- read.csv("data-raw/provinces.csv")
districts <- read.csv("data-raw/districts.csv")
cvsh <- read.csv("data-raw/cvsh_links.csv")
usethis::use_data(provinces, overwrite = TRUE)
usethis::use_data(districts, overwrite = TRUE)
usethis::use_data(cvsh, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.