tidyquant (version 0.5.8)

quandl_search: Search the Quandl database

Description

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

Run this code
# NOT RUN {
# }
# NOT RUN {
quandl_search(query = "oil")
# }

Run the code above in your browser using DataLab