gitrd.get.inflation.data: Downloads and read inflation data from github

Description Usage Arguments Value Examples

View source: R/gitrd_get_inflation_data.R

Description

Inflation data is available at git repo 'msperlin/GetITRData_auxiliary'

Usage

1
gitrd.get.inflation.data(inflation.index)

Arguments

inflation.index

Sets the inflation index to use for finding inflation adjusted values of all reports. Possible values: 'dollar' (default) or 'IPCA', the brazilian main inflation index. When using 'IPCA', the base date is set as the last date found in itr/dfp dataset.

Value

A dataframe with inflation data

Examples

1
2
3
4
5
## Not run:  # keep cran check fast
df.inflation <- gitrd.get.inflation.data('IPCA')
str(df.inflation)

## End(Not run)

msperlin/GetITRData documentation built on March 23, 2020, 6:43 p.m.