load_sigmine {datazoom.amazonia}R Documentation

SIGMINE - Mining Geographic Information System

Description

Loads information the mines being explored legally in Brazil, including their location, status, product being mined and area in square meters etc. Survey is done at municipal and state level

Usage

load_sigmine(dataset = "sigmine_active", raw_data, language = "eng")

Arguments

dataset

A dataset name ("sigmine_active")

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. Currently, only Portuguese ("pt") and English ("eng") are supported. Defaults to "eng".

Value

A tibble with the selected data.

Examples

## Not run: 
# download state raw data
sigmine_active <- load_sigmine(
  dataset = "sigmine_active",
  raw_data = TRUE
)

## End(Not run)

[Package datazoom.amazonia version 0.3.0 Index]