load_ips {datazoom.amazonia} | R Documentation |
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/
load_ips(dataset = "ips", raw_data, time_period, language = "eng")
dataset |
A dataset name ("ips") |
raw_data |
A |
time_period |
A |
language |
A |
A tibble
with the selected data.
## Not run:
# download raw data from 2014
ips <- load_ips(dataset = "ips", raw_data = TRUE, time_period = 2014)
## End(Not run)