## code to prepare `world` dataset goes here
library(tmap)
# tmap::world
data("World")
World %>% select(iso_a3) -> world
rm(World)
usethis::use_data(world, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.