load_sigmine | R Documentation |
Loads information the mines being explored legally in Brazil, including their location, status, product being mined and area in square meters.
load_sigmine(dataset = "sigmine_active", raw_data = FALSE, language = "eng")
dataset |
A dataset name ("sigmine_active") |
raw_data |
A |
language |
A |
A tibble
.
## Not run:
# Download treated data (raw_data = FALSE) in portuguese (language = "pt").
data <- load_sigmine(
dataset = "sigmine_active",
raw_data = FALSE,
language = "pt"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.