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)
dreamRs/shinytreeview documentation built on July 3, 2024, 7:02 a.m.