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