Skip to contents

Search the Quandl database

Usage

quandl_search(query, silent = FALSE, per_page = 10, ...)

Arguments

query

Search terms

silent

Prints the results when FALSE.

per_page

Number of results returned per page.

...

Additional named values that are interpretted as Quandl API parameters.

Value

Returns a tibble with search results.

Details

A wrapper for Quandl::Quandl.search()

See also

tq_get() get = "quandl"

Examples


if (FALSE) {
quandl_search(query = "oil")
}