if (FALSE) {
# Download raw data from 2014
data <- load_ips(dataset = "all", raw_data = TRUE, time_period = 2014)
# Download treated deforest data from 2018 in portuguese
data <- load_ips(
dataset = "deforest", raw_data = FALSE,
time_period = 2018, language = "pt"
)
}
Run the code above in your browser using DataLab