data-raw/countries.R

## code to prepare `countries` dataset goes here

library(rnaturalearth)

countries <- rnaturalearth::countries110@data[, c("continent", "subregion", "name")]


usethis::use_data(countries, overwrite = TRUE)
zehndert/shinytreeviewCustom documentation built on Dec. 23, 2021, 9:15 p.m.