quandl_search: Search the Quandl database

View source: R/api-quandl.R

quandl_searchR Documentation

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.

Details

A wrapper for Quandl::Quandl.search()

Value

Returns a tibble with search results.

See Also

tq_get() get = "quandl"

Examples



## Not run: 
quandl_search(query = "oil")

## End(Not run)


business-science/tidyquant documentation built on Feb. 2, 2024, 2:50 a.m.