## code to prepare `countries` dataset goes here
library(rnaturalearth)
countries <- rnaturalearth::countries110@data[, c("continent", "subregion", "name")]
usethis::use_data(countries, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.