IpeaData

ipeaData

This package has functions to access series on IPEADATA

Installation

The package is on CRAN, so to install it just use the command:

install.packages("ipeadata") 

Use

The package has three functions: get_fonts, get_metadata, and get_values.

get_sources returns data from fonts on IPEDATA.

get_metadata returns metadata from a serie.

ipeadata returns values from a given serie.

Ipeadata and get_metada work passing a SERCODIGO's serie as required parameter. Is also can receive as optional parameter the type of return: data.table or tibble.

The follow examples can make clear the usage:

 get_sources()
 get_metadata('ADMIS')
 ipeadata('ADMIS')

Contributing

To add new functions to this package, it is needed to create a new breach with the new code and submit a pull request to branch dev.

To create the new branch using git command line use the command:

git checkout -b name_of_new_branch

To do it on RStudio just click on Tools >> Shell. On the new opened window type the command above.

After adding the new code and tests commit the changes to the git repository and check on travis if it has been build correctly.

Now, the code is ready to be incorporated to master branch. To do so, a pull request has to be made to branch dev. The branch dev contains all code that is not released on CRAN.

Manual

Instalação

o pacote encontra-se no CRAN, portanto para instala-lo basta usar o comando:

install.packages("ipeadata") 

Uso

o pacote tem três principais funções: get_fonts, get_metadata, and get_values.

get_sources retorna dados sobre as fontes do IPEA.

get_metadata retorna os metadados de uma serie.

ipeadata returns retorna os valores para uma dada serie.

Ipeadata e get_metadata necessitam de um parâmetro obrigatório que é o SERCODIGO da serie. As funções ainda possuem um parâmetro não obrigatório que informa o tipo de retorno desejado: data.table ou tibble.

Os exemplos abaixo permitem visualizar melhor o uso dessa funções:

 get_sources()
 get_metadata('ADMIS')
 ipeadata('ADMIS')

Copy Link

Version

Down Chevron

Install

install.packages('ipeaData')

Monthly Downloads

16

Version

0.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 4th, 2018

Functions in ipeaData (0.0.2)