R package for obtaining and analyzing open data from INE (Instituto Nacional de Estadística) API.
To install this package from Github, first install devtools package:
install.packages("devtools")
To get this package from this repository, type the command:
devtools::install_github("oddworldng/INEbaseR")
To cite package ‘INEbaseR’ in publications use:
Andres Nacimiento and Carlos J. Perez (2018). INEbaseR: R package for obtaining and analyzing open data from
INE (Instituto Nacional de Estadistica) API. R package version 0.1.0.
A BibTeX entry for LaTeX users is
@Manual{,
title = {INEbaseR: R package for obtaining and analyzing open data from INE (Instituto Nacional de Estadistica) API},
author = {Andres Nacimiento and Carlos J. Perez},
year = {2018},
note = {R package version 0.1.0},
}