inegi_partner_exports {inegiR} | R Documentation |
Exports of Mexico to trade partners
Description
Returns exports to main trading partners of all products. Regions are the following: United States, Canada, China, CentralAmerica, SouthAmerica
Usage
inegi_partner_exports(token)
Arguments
token |
API token supplied by INEGI |
Value
data.frame
Author(s)
Eduardo Flores
Examples
## Not run:
token <- "webservice_token"
xbycountry <- inegi_partner_exports(token)
## End(Not run)
[Package inegiR version 3.0.0 Index]