load_ips {datazoom.amazonia}R Documentation

IPS - Amazon Social Progress Index

Description

Loads information on the social and environmental performance of the Legal Amazon. Survey is done at the municipal level and data is available in 2014 and 2018. See http://www.ipsamazonia.org.br/

Usage

load_ips(dataset = "ips", raw_data, time_period, language = "eng")

Arguments

dataset

A dataset name ("ips")

raw_data

A boolean setting the return of raw or processed data

time_period

A numeric indicating what years will the data be loaded in the format YYYY.

language

A string that indicates in which language the data will be returned. Currently, only Portuguese and English are supported.

Value

A tibble with the selected data.

Examples

## Not run: 
# download raw data from 2014
ips <- load_ips(dataset = "ips", raw_data = TRUE, time_period = 2014)

## End(Not run)

[Package datazoom.amazonia version 0.3.0 Index]