View source: R/read_conservation_units.R
read_conservation_units | 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,
cache = TRUE
)
date |
Numeric. Date of the data in YYYYMM format. Defaults to |
simplified |
Logic |
showProgress |
Logical. Defaults to |
cache |
Logical. Whether the function should read the data cached
locally, which is faster. Defaults to |
An "sf" "data.frame"
object
Other general area functions:
read_census_tract()
# Read conservation_units
b <- read_conservation_units(date = 201909)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.