quandl_search {tidyquant} | R 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)
[Package tidyquant version 1.0.7 Index]