load_ibama {datazoom.amazonia}R Documentation

IBAMA - Brazilian Institute for the Environment and Renewable Natural Resources

Description

Loads information on on environmental fines at the municipality or state levels considering the Amazon region

Usage

load_ibama(
  dataset = "areas_embargadas",
  raw_data,
  geo_level = "municipality",
  language = "eng",
  legal_amazon_only = FALSE
)

Arguments

dataset

A dataset name ("areas_embargadas")

raw_data

A boolean setting the return of raw or processed data

geo_level

A string that defines the geographic level of the data. Can be only "municipality".

language

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

legal_amazon_only

A boolean setting the return of Legal Amazon Data or not

Value

A tibble with the selected data.

Examples

## Not run: 
# download raw data from all country
raw_ibama_all <- load_ibama(
  dataset = "areas_embargadas",
  raw_data = TRUE,
  legal_amazon_only = FALSE
)

## End(Not run)


[Package datazoom.amazonia version 0.3.0 Index]