powered by
Loads data on changes in forest cover in the Legal Amazon and the Cerrado biome.
load_deter(dataset, raw_data = FALSE, language = "eng")
A sf object.
sf
A dataset name ("deter_amz", "deter_cerrado") with information about the Legal Amazon and Cerrado, respectively
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) from Amazonia (dataset = "deter_amz") deter_amz <- load_deter( dataset = "deter_amz", raw_data = FALSE ) }
Run the code above in your browser using DataLab