Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Loads data categorizing each municipality by the level of deforestation pressure it faces. The categories used by Imazon have three levels, ranging from 0 to 3.
Options:
dataset: "imazon_shp"
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 data <- load_imazon(raw_data = FALSE)
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.