Learn R Programming

inegiR (version 2.0.0)

country_exports: Exports by country

Description

Returns exports to main trading partners of all products. Regions are the following: United States, Canada, China, CentralAmerica, SouthAmerica Wrapper for inegi_series() and YoY().

Usage

exports_country(token)

series_exportaciones_pais(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

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

Run the code above in your browser using DataLab