## code to prepare `ghcnd_stations` dataset goes here
ghcnd_stations <- snowload2::ghcnd_stations %>%
dplyr::select(ID, STATE, LATITUDE, LONGITUDE,
NAME, COUNTY, ELEVATION)
usethis::use_data(ghcnd_stations, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.