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