Description Usage Arguments Value Author(s) Examples
View source: R/v3_trade_balance.R
Returns exports, imports and trade balance (all products, services and countries) in a data.frame.
Wrapper for inegi_series()
and YoY()
.
1 | inegi_tradebal(token)
|
token |
API token supplied by INEGI |
data.frame
Eduardo Flores
1 2 3 4 5 | ## 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.