Learn R Programming

inegiR (version 2.0.0)

terms_trade: Terms of trade

Description

Returns the terms of trade for Mexico, defined as the price index of exports over the price index of imports. Wrapper for inegi_series() and YoY().

Usage

trade_terms(token)

inflacion_tot(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token <- "webservice_token"
tot <- trade_terms(token)
# }

Run the code above in your browser using DataLab