R/map_PROV.R

#' Geographic information of the provinces of Peru
#' @format dataframe
#' \describe{
#'   \item{COD_REGION}{chr Region code}
#'   \item{COD_DEPARTAMENTO}{chr Department code}
#'   \item{COD_PROVINCIA}{chr Province code}
#'   \item{REGION}{chr Region name}
#'   \item{DEPARTAMENTO}{chr Department name}
#'   \item{PROVINCIA}{chr Province name}
#'   \item{coords_x}{dbl Longitude of the centroid of the province}
#'   \item{coords_y}{dbl Latitude of the centroid of the province}
#'   \item{geometry}{MULTIPOLYGON Geometric object}
#' }
"map_PROV"
musajajorge/mapsPERU documentation built on Aug. 27, 2023, 8:05 a.m.