This function loads the Dominican Republic development regions simple features (sf)
and adds metadata. It also optionally converts the result to an sf
object.
Formato
A simple features collection with 10 features and 3 fields:
- REG_ID
Region number (2 digits) based on the
Decreto 710-04
order- REG_NAME
Full name of the region as defined in the
Decreto 710-04
- REG_CODE
Region code (3 letters). Abbreviation of the full region name
- geometry
Polygon geometry representing each region
Fuente
https://geoportal.iderd.gob.do/layers/geonode_data:geonode:RD_REG_20220630
https://www.one.gob.do/publicaciones/2021/division-territorial-2021/
Ejemplos
if (FALSE) { # \dontrun{
# Load and process the data as sf object
result <- dr_regions()
print(result)
} # }