inegi_bop {inegiR}R Documentation

Balance of Payments for Mexico

Description

Returns Current Account revenue, expenses and total and Financial Account total, errors, reservs and adjustments for Mexico.

Usage

inegi_bop(token)

Arguments

token

API token supplied by INEGI

Value

Data.frame

Author(s)

Eduardo Flores

Examples

## Not run: 
token <- "webservice_token"
balance_of_payments <- inegi_bop(token)

## End(Not run)

[Package inegiR version 3.0.0 Index]