Description Usage Arguments Details Value Author(s) Examples
Returns common indicators, for simplicity. Will return as a list, with metadata and tibble time dataframe.
1 2 3 4 5 6 7 8 9 10 11 | inind_commerce(token)
inind_auto(token)
inind_gdp(token)
inind_fx(token)
inind_unemp(token)
inind_prices(token)
|
token |
API token supplied by INEGI |
inind_commerce = terciary industrial activity (commercial activity monthly). inind_auto = auto production. innind_gpd = Gross Domestic Product. inind_fx = USDMXN Exchange rate. inind_unemp = Unemployment rate. inind_prices = National price index (for inflation).
Data.frame
Eduardo Flores
1 2 3 4 5 | ## Not run:
token<-"webservice_token"
commerce_rate <- inind_commerce(token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.