Learn R Programming

inegiR (version 2.0.0)

inflation: Get rate of inflation

Description

Returns anual inflation rate (national, overall rate). Technically, it is the percent anual change of the INPC index. Wrapper for serie_inegi() and YoY().

Usage

overall_inflation(token)

inflacion_general(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
inflation <- overall_inflation(token)
# }

Run the code above in your browser using DataLab