fq_imf_search: Search for the IMF indicators avaiable in Quandl.

Description Usage Arguments Details Value Examples

View source: R/fq_imf_search.R

Description

It covers 44 indicators used in the World Economic Outlook and Fiscal Monitor.

Usage

1

Arguments

...

Character strings to match the desired search.

Details

The full list of indicators can be seem here: https://www.quandl.com/data/ODA-IMF-Cross-Country-Macroeconomic-Statistics/documentation/data-organization.

Value

A tibble with the indicators' name and the respective Quandl code.

Examples

1
2
3
4
5
# indicators with the 'gdp' letters.
fq_imf_search('gdp')

# the function is case insensitive
fq_imf_search('goVERnment', "ReveNUE")

Reckziegel/FromQuandl documentation built on Jan. 2, 2021, 9:20 p.m.