## code to prepare the `lon` dataset
lon <- list(data = seq(-179.75, 179.75, 0.5),
id = "lon",
longname = "longitude",
units = "degrees_east")
usethis::use_data(lon, overwrite = TRUE, internal = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.