View source: R/v3_trade_balance.R
inegi_tradebal | R Documentation |
Returns exports, imports and trade balance (all products, services and countries) in a data.frame.
Wrapper for inegi_series()
and YoY()
.
inegi_tradebal(token)
token |
API token supplied by INEGI |
data.frame
Eduardo Flores
## Not run:
token<-"webservice_token"
external_com <- inegi_tradebal(token)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.