load_imazon.RdLoads data categorizing each municipality by the level of deforestation pressure it faces
load_imazon(dataset = "imazon_shp", raw_data = FALSE, language = "eng")There is one dataset available ("imazon_shp")
A boolean setting the return of raw (TRUE) or processed (FALSE) data.
A string that indicates in which language the data will be returned. Portuguese ("pt") and English ("eng") are supported.
A tibble.
if (FALSE) {
# Download treated data
data <- load_imazon(raw_data = FALSE)
}