if (FALSE) {
# 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
)
}
Run the code above in your browser using DataLab