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