Learn R Programming

inegiR (version 2.0.0)

balance_payments: Balance of Payments

Description

Returns the main components of balance of payments. Wrapper for inegi_series() and YoY().

Usage

balance_payments(token)

series_balanza_pagos(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
MxBoP <- balance_payments(token)
# }

Run the code above in your browser using DataLab