#' Geographic information of the districts of Peru
#' @format dataframe
#' \describe{
#' \item{COD_REGION}{chr Region code}
#' \item{COD_DEPARTAMENTO}{chr Department code}
#' \item{COD_PROVINCIA}{chr Province code}
#' \item{COD_DISTRITO}{chr District code}
#' \item{REGION}{chr Region name}
#' \item{DEPARTAMENTO}{chr Department name}
#' \item{PROVINCIA}{chr Province name}
#' \item{DISTRITO}{chr District name}
#' \item{coords_x}{dbl Longitude of the centroid of the district}
#' \item{coords_y}{dbl Latitude of the centroid of the district}
#' \item{geometry}{MULTIPOLYGON Geometric object}
#' }
"map_DIST"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.