quandl_search | R Documentation |
Search the Quandl database
quandl_search(query, silent = FALSE, per_page = 10, ...)
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. |
A wrapper for Quandl::Quandl.search()
Returns a tibble with search results.
tq_get()
get = "quandl"
## Not run:
quandl_search(query = "oil")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.