Learn R Programming

datazoom.amazonia (version 1.1.0)

load_prodes: PRODES - Deforestation Monitoring Project in the Legal Amazon by Satellite

Description

Loads data on deforestation in the Legal Amazon region.

Usage

load_prodes(dataset, raw_data = FALSE, language = "eng")

Value

A tibble with the selected data.

Arguments

dataset

A dataset name ("deforestation").

raw_data

A boolean setting the return of raw (TRUE) or processed (FALSE) data.

language

A string that indicates in which language the data will be returned. Portuguese ("pt") and English ("eng") are supported.

Examples

Run this code
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