## code to prepare `us_states` dataset goes here
us_states <- readr::read_csv("ignore/us_states_lat_lon.csv")
names(us_states) <- gsub("^state$","abbrev",names(us_states))
usethis::use_data(us_states)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.