Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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. The National Mining Agency (ANM) is responsible for this survey.
Options:
dataset: "sigmine_active"
raw_data: there are two options:
TRUE
: if you want the data as it is originally.FALSE
: if you want the treated version of the data.language: you can choose between Portuguese ("pt")
and English ("eng")
Examples:
# Download treated data (raw_data = FALSE) in portuguese (language = "pt"). data <- load_sigmine( dataset = "sigmine_active", raw_data = FALSE, language = "pt" )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.