inegi_tot {inegiR}R Documentation

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

Author(s)

Eduardo Flores

Examples

## Not run: 
token <- "webservice_token"
tot <- inegi_tot(token)

## End(Not run) 

[Package inegiR version 3.0.0 Index]