gta_get_imf_data: A wrapper for the IMFData function

View source: R/gta get imf data.R

gta_get_imf_dataR Documentation

A wrapper for the IMFData function

Description

A wrapper for the IMFData function

Usage

gta_get_imf_data(
  start.date = NULL,
  end.date = NULL,
  frequency = NULL,
  series = NULL,
  countries = NULL
)

Arguments

start.date

Provide the period start date in R format ('YYYY-mm-dd').

end.date

Provide the period end date in R format ('YYYY-mm-dd').

series

What time series do you want? Options: 'fx' for USD exchange rates.

countries

What countries do you want? Permissiable options are 'all' plus ISO2 format included inside the "imf.symbol" vector.

fx.frequency

Provide time series frequency e.g. ('D','M','Q','A')

Author(s)

Global Trade Alert

References

www.globaltradealert.org


global-trade-alert/gtalibrary documentation built on April 26, 2024, 12:38 p.m.