load_degrad | R Documentation |
Loads information on forest degradation in the Brazilian Amazon, replaced by DETER-B in December 2016.
load_degrad(
dataset = "degrad",
raw_data = FALSE,
time_period,
language = "eng"
)
dataset |
A dataset name ("degrad"). |
raw_data |
A |
time_period |
A |
language |
A |
A list
of tibbles (if raw_data
= TRUE
) or a tibble (if raw_data
= FALSE
).
## Not run:
# download treated data (raw_data = TRUE) related to forest degradation
# from 2010 to 2012 (time_period = 2010:2012).
data <- load_degrad(
dataset = "degrad",
raw_data = FALSE,
time_period = 2010:2012
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.