load_prodes {datazoom.amazonia} | R Documentation |
PRODES - Deforestation Monitoring Project in the Legal Amazon by Satellite
Description
Loads data on deforestation in the Legal Amazon region.
Usage
load_prodes(dataset, raw_data = FALSE, language = "eng")
Arguments
dataset |
A dataset name ("deforestation"). |
raw_data |
A |
language |
A |
Value
A tibble
with the selected data.
Examples
## Not run:
# Download treated data (raw_data = FALSE)
# in portuguese (language = 'pt').
data <- load_prodes(
raw_data = FALSE,
language = "pt"
)
## End(Not run)
[Package datazoom.amazonia version 1.1.0 Index]