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