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