#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.