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