inst/doc/IBAMA.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval = FALSE-------------------------------------------------------------
#  library(datazoom.amazonia)
#  
#  # Download treated embargoes data (raw_data = FALSE) in english (language = "eng")
#  data <- load_ibama(
#    dataset = "embargoed_areas", raw_data = FALSE,
#    language = "eng"
#  )
#  
#  # Download treated collected fines data from "BA"
#  data <- load_ibama(
#    dataset = "collected_fines", raw_data = FALSE,
#    states = "BA", language = "pt"
#  )

Try the datazoom.amazonia package in your browser

Any scripts or data that you put into this service are public.

datazoom.amazonia documentation built on May 29, 2024, 11:12 a.m.