searchQ: Search Quandl data with specific filters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/searchQ.R

Description

This function improves Quandl.search() function allowing for more than 100 results and filters by country, frequency and part of the name of a series.

Usage

1
searchQ(pattern = "", country = "", database = "", frequency = "", n = 300, view = TRUE)

Arguments

pattern

Search terms.

country

The country name to filter the search.

database

The database code.

frequency

The frequency of the data. Either "annual", "monthly", "quarterly", "weekly" or "daily".

n

Number of terms in the query.

view

A logical argument indicating if you want to view the result of the query or not.

Value

It returns a data frame that contains the result of the query.

Author(s)

Regis A. Ely

See Also

requestQ

Examples

1
search <- searchQ("gdp per capita start business", country = "Brazil", database = "WWDI")

regisely/macrodata documentation built on May 27, 2019, 4:05 a.m.