Learn R Programming

geobr (version 1.1)

read_semiarid: Download official data of Brazilian Semiarid as an sf object.

Description

This data set covers the whole of Brazilian Semiarid as defined in the resolution in 23/11/2017). The original data comes from the Brazilian Institute of Geography and Statistics (IBGE) and can be found at https://www.ibge.gov.br/geociencias/cartas-e-mapas/mapas-regionais/15974-semiarido-brasileiro.html?=&t=downloads

Usage

read_semiarid(year = NULL)

Arguments

year

A date number in YYYY format (defaults to 2017)

See Also

Other general area functions: read_amazon, read_biomes, read_census_tract, read_conservation_units, read_country, read_immediate_region, read_intermediate_region, read_meso_region, read_micro_region, read_municipality, read_region, read_state, read_statistical_grid, read_weighting_area

Examples

Run this code
# NOT RUN {
library(geobr)

# Read Brazilian semiarid
  a <- read_semiarid(year=2017)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab