Nothing
## ----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"
# )
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.