Fetch IPCA table's from SIDRA/IBGE

get_ipca(table = c(1419, 7060), period = "all", unite = TRUE)

Arguments

table

A table from IBGE's SIDRA API.

period

A character vector describing the period of data.

unite

Logical, whether or not to join the data on percentage change and monthly weight from the IPCA tables.

Value

Tibble with monthly IPCA percent change and weight.

Author

Fernando da Silva <fernando@fortietwo.com>

Examples

if (FALSE) { my_df <- get_ipca(table = 7060, period = "last") }