powered by
Loads data on deforestation in the Legal Amazon region.
load_prodes(dataset, raw_data = FALSE, language = "eng")
A tibble with the selected data.
tibble
A dataset name ("deforestation").
A boolean setting the return of raw (TRUE) or processed (FALSE) data.
boolean
TRUE
FALSE
A string that indicates in which language the data will be returned. Portuguese ("pt") and English ("eng") are supported.
string
if (FALSE) { # Download treated data (raw_data = FALSE) # in portuguese (language = 'pt'). data <- load_prodes( raw_data = FALSE, language = "pt" ) }
Run the code above in your browser using DataLab