## code to prepare `world` dataset goes here
world <- rnaturalearth::ne_countries(scale = "medium", returnclass = "sf")
usethis::use_data(world, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.