R/data.R

#' Cities around the world.
#'
#' Dataset with hierarchical levels for cities.
#'
#' @format A data frame with 11 rows and 3 variables:
#' \describe{
#'   \item{continent}{Continent}
#'   \item{country}{Country}
#'   \item{city}{city}
#' }
#' @source The world
"cities"

#' World's countries.
#'
#' Dataset with hierarchical levels for countries : continent and subregion.
#'
#' @format A data frame with 177 rows and 3 variables:
#' \describe{
#'   \item{continent}{Continent}
#'   \item{subregion}{Sub region}
#'   \item{name}{Country name}
#' }
#' @source Data from package \href{https://github.com/ropensci/rnaturalearth}{rnaturalearth}
"countries"
dreamRs/shinytreeview documentation built on July 3, 2024, 7:02 a.m.