The Data Zoom Amazônia project was developed by the Department of Economics at PUC-Rio with the aim of providing free access to databases on the Legal Amazon. Data Zoom Amazônia aims to facilitate and speed up academic research on the region with the creation of the package datazoom.amazonia
on R
. Through an approach focused on simplicity and organization, users will not need to dedicate their time to database preparation.
INSTALLATION ON R
You can install the released version of CRAN‘s datazoom.amazonia by typing directly into your R console:
install.packages("datazoom.amazonia")
Alternatively, you can install the development version from GitHub. You need to install the devtools package and then run in the console to R:
devtools::install_github("datazoompuc/datazoom.amazonia")