Learn R Programming

inegiR (version 2.0.0)

auto_production: Auto production

Description

Returns auto production in Mexico and year-over-year change. Wrapper for inegi_series() and YoY().

Usage

auto_production(token)

series_produccion_autos(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token <- "webservice_token"
Autos <- auto_production(token)
# }

Run the code above in your browser using DataLab