Learn R Programming

inegiR (version 3.0.0)

inegi_bop: 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

Examples

Run this code
# NOT RUN {
token <- "webservice_token"
balance_of_payments <- inegi_bop(token)
# }

Run the code above in your browser using DataLab