Package: SidraFacil 1.0.2

SidraFacil: Framework for Automated Download of SIDRA IBGE Data

Interface to the SIDRA (Sistema IBGE de Recuperação Automática) web service provided by the Brazilian Institute of Geography and Statistics (IBGE). Data are retrieved through the official API <https://apisidra.ibge.gov.br/>.

Authors:Samuel Amorim [aut, cre]

SidraFacil_1.0.2.tar.gz
SidraFacil_1.0.2.zip(r-4.7)SidraFacil_1.0.2.zip(r-4.6)SidraFacil_1.0.2.zip(r-4.5)
SidraFacil_1.0.2.tgz(r-4.6-any)SidraFacil_1.0.2.tgz(r-4.5-any)
SidraFacil_1.0.2.tar.gz(r-4.7-any)SidraFacil_1.0.2.tar.gz(r-4.6-any)
SidraFacil_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
SidraFacil/json (API)

# Install 'SidraFacil' in R:
install.packages('SidraFacil', repos = c('https://datascientist-br.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/datascientist-br/sidrafacil/issues

On CRAN:

Conda:

3.00 score 1 exports 33 dependencies

Last updated from:0280b0dfaf. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK134
source / vignettesOK178
linux-release-x86_64OK171
macos-release-arm64OK130
macos-oldrel-arm64OK139
windows-develOK72
windows-releaseOK88
windows-oldrelOK63
wasm-releaseOK111

Exports:sidra_facil

Dependencies:askpassclicurldplyrgenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpngR6rjsonrlangrstudioapirvestselectrsidrarstringistringrsvDialogssvGUIsystibbletidyselectutf8vctrswithrxml2

Readme and manuals

Help Manual

Help pageTopics
SIDRA FACIL - Framework package for the automated downloading of data from IBGE's SIDRA. This framework is an easy, straightforward tool for downloading data from SIDRA IBGE based on a simple user selection of the desired table number. Upon starting execution, a dialog box prompts the user to enter the number of the desired table. After the user specifies the table number, they are prompted to indicate the local folder where the search data will be saved. A ".txt" file containing all the information (dimensions) of the specified table, years, variables, categories, and geographic granularity is saved by the package in the indicated folder. Dialog boxes are prompted to the user, to indicate sequentially, the years, variables, categories and geographic granularity desired. The information: years, variables, categories, and geographic granularity, must be separated by commas. This system will download The framework will download all the information and ultimately save it to a ".csv" file in the folder specified by the user at the beginning. "results <- sidra_facil()" will allow the results to also be saved in an object in the R Global Environment. The graduated tables will be in long format, with each column named according to the pattern "year_xxxx_var_xxx_cat_xxxx", where "year" corresponds to the data year, "var" to a specific variable, and "cat" to a specific category. This format was designed for sequential use with automated information extraction. Variable and category names can be obtained from the table information file (.txt).sidra_facil