Learn R Programming

inegiR (version 3.0.0)

inegi_partner_exports: 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

Examples

Run this code
# NOT RUN {
token <- "webservice_token"
xbycountry <- inegi_partner_exports(token)
# }

Run the code above in your browser using DataLab