load_prodes | R Documentation |
Loads data on deforestation in the Legal Amazon region.
load_prodes(dataset = "deforestation", raw_data = FALSE, language = "eng")
dataset |
A dataset name ("deforestation"). |
raw_data |
A |
language |
A |
A tibble
with the selected data.
## Not run:
# Download treated data (raw_data = FALSE)
# in portuguese (language = 'pt').
data <- load_prodes(
raw_data = FALSE,
language = "pt"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.