muni_recode = left_join(read.csv("W:/HSSA/Keep/Jaclyn Ziebert/R Projects/CSV/muni_recode.csv"),
read.csv("W:/HSSA/Keep/Jaclyn Ziebert/R Projects/CSV/county_recode.csv"), by = c("CntyCode" = "CountyCode"))
usethis::use_data(muni_recode, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.