library(rworldmap)
worldmap <- getMap(resolution = "low")
worldmap@data |>
dplyr::select(ISO_A2, ISO_A3, NAME) |>
write.csv("data-raw/rworldmap_countries.csv", row.names = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.