## code to prepare `DATASET` dataset goes here
city <- tibble::as_tibble(maps::world.cities) |> dplyr::transmute(name, lon = long, lat, country = country.etc, pop, capital)
usethis::use_data(city, overwrite = TRUE)
usethis::use_data(city, overwrite = TRUE, internal = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.