read_conservation_units {geobr} | R Documentation |
This data set covers the whole of Brazil and it includes the polygons of all conservation units present in Brazilian territory. The last update of the data was 09-2019. The original data comes from MMA and can be found at "http://mapas.mma.gov.br/i3geo/datadownload.htm".
read_conservation_units(date = 201909, simplified = TRUE, showProgress = TRUE)
date |
Numeric. Date of the data in YYYYMM format. Defaults to |
simplified |
Logic |
showProgress |
Logical. Defaults to |
An "sf" "data.frame"
object
Other general area functions:
read_census_tract()
# Read conservation_units
b <- read_conservation_units(date = 201909)