load_prodes {datazoom.amazonia}R Documentation

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")

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.

Value

A tibble with the selected data.

Examples

## Not run: 
# Download treated data (raw_data = FALSE)
# in portuguese (language = 'pt').
data <- load_prodes(
  raw_data = FALSE,
  language = "pt"
)

## End(Not run)


[Package datazoom.amazonia version 1.1.0 Index]