R/place-package.R

#' @keywords internal
#' @aliases place-package
"_PACKAGE"

globalVariables("city")

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL


#' city
#'
#' Data frame of city
#'
#' 'name', 'lon', 'lat', 'country', 'pop', 'capital'
#'
#' Copied from maps package 'world.cities' with some renaming.
#'
#' @docType data
#' @name city
NULL
mdsumner/where documentation built on Aug. 27, 2023, 6:54 a.m.