library(sf)
library(usethis)
abandonedcars <- readr::read_csv("data-raw/Abandoned_Vehicles_Map.csv")
usethis::use_data(abandonedcars, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.