Learn R Programming

inegiR (version 3.0.0)

inegi_tot: Terms of trade for Mexico

Description

Returns the terms of trade for Mexico, defined as the price index of exports over the price index of imports.

Usage

inegi_tot(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

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

Run the code above in your browser using DataLab