library(sf)
library(usethis)
phoenixACS <- st_read("data-raw/phx.shp",
quiet = TRUE,
stringsAsFactors = FALSE)
colnames(phoenixACS)<- tolower(colnames(phoenixACS))
phoenixACS[, c("namelsad10")]<- gsub("Census", "", phoenixACS$namelsad10)
usethis::use_data(phoenixACS , overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.