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