knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Loads information on the social and environmental performance of the Legal Amazon.
Data from the Amazon Social Progress Index, an initiative from Imazon with support from the Social Progress Imperative that measures the social and environmental progress of its locations. Namely, the 772 municipalities in the Amazon region. Survey is done at the municipal level and data is available in 2014 and 2018.
Options:
dataset:
"all"
, "life_quality"
, "sanit_habit"
, "violence"
, "educ"
, "communic"
, "mortality"
, or "deforest"
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. time_period: can be 2014, 2018, 2021, or a vector with some combination thereof
language: you can choose between Portuguese ("pt")
and English ("eng")
Examples:
# Download raw data from 2014 data <- load_ips(dataset = "all", raw_data = TRUE, time_period = 2014) # Download treated deforest data from 2018 in portuguese data <- load_ips( dataset = "deforest", raw_data = FALSE, time_period = 2018, 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.