Learn R Programming

inegiR (version 2.0.0)

commerce: Commerce growth rate

Description

Returns commerce growth rate (terciary activity as defined officially by INEGI) vs. same month year earlier. Wrapper for serie_inegi() and YoY().

Usage

rate_commerce(token)

tasa_comercio(token)

Arguments

token

API token supplied by INEGI

Value

Data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
Commerce <- rate_commerce(token)
# }

Run the code above in your browser using DataLab