Learn R Programming

inegiR (version 2.0.0)

IGAE: IGAE growth rate

Description

Returnes IGAE (Indicador Global de Actividad Economica) growth rate year over year and month over month. Wrapper for serie_inegi() and YoY().

Usage

rate_IGAE(token)

tasa_IGAE(token)

Arguments

token

token API token supplied by INEGI

Value

data.frame

Details

Month over month is a seasonally-adjusted series, while the original is used for year over year.

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
igae <- rate_IGAE(token)
# }

Run the code above in your browser using DataLab