load_prodes {datazoom.amazonia} | R Documentation |
Loads information on clearcut deforestation in the Legal Amazon and annual deforestation rates in the region. Survey is done at state or municipality level and data is available from 2000 to 2020.
load_prodes(dataset = "prodes", raw_data, time_period, language = "eng")
dataset |
A dataset name ("prodes"). |
raw_data |
A |
time_period |
A |
language |
A |
A tibble
with the selected data.
## Not run:
# download raw data from 2000 to 2020
raw_prodes_all <- load_prodes(
dataset = "prodes",
raw_data = TRUE,
time_period = 2000:2020
)
## End(Not run)