SIGMINE

The Dataset

The SIGMINE project gathers data reporting each mine in the country and their features such as year, area in square meters, company ownership, element being explored etc.

Usage

Using the function is easy enough:

library(datazoom.amazonia)

# Download raw data (raw_data = TRUE).
data <- load_sigmine(dataset = 'sigmine_active', raw_data = TRUE)

# Download treated data (raw_data = FALSE) in portuguese (language = "pt").
data <- load_sigmine(dataset = 'sigmine_active', 
                     raw_data = TRUE,
                     language = "pt")