library(sf)
library(usethis)
mspolice <- st_read("data-raw/police.shp",
quiet = TRUE,
stringsAsFactors = FALSE)
names(mspolice)[names(mspolice)== "CNTY_"]<- "CNTY"
usethis::use_data(mspolice , overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.