fq_wb_search: Search for the World Bank indicators avaiable in Quandl.

Description Usage Arguments Details Value Examples

View source: R/fq_wb_search.R

Description

It covers 1309 indicators spread among the Governance, Development, Poverty and Public Sector databases.

Usage

1

Arguments

...

Character strings to match the search.

Details

The full list of indicators can be seen in the following links:

Value

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

Examples

1
2
3
4
5
# oil search
fq_wb_search(query = 'oil')

# The function is case insensitive
fq_wb_search(query = 'EDuCAtion')

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