Learn R Programming

inegiR (version 1.0.2)

tasa_PIB: Obtener tasa de crecimiento del PIB

Description

Obtiene tasa de crecimiento vs. mismo periodo de un año antes en porcentaje. Es un wrapper de las funciones serie_inegi() y YoY().

Usage

tasa_PIB(token)

Arguments

token
token persona emitido por el INEGI para acceder al API.

Value

  • Data.frame

Examples

Run this code
token<-"webservice_token"
CrecimientoMex<-tasa_PIB(token)

Run the code above in your browser using DataLab