Learn R Programming

inegiR (version 2.0.0)

econ_sectors: Sectorial growth rates

Description

Returns growth rate by economic sector as defined in INEGI (subsectors of IGAE). None of the series are seasonally adjusted and percent change is year over year. Wrapper for serie_inegi() and YoY().

Usage

rate_econsectors(token)

tasa_sectoresYoY(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
sectors <- rate_econsectors(token)
# }

Run the code above in your browser using DataLab