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