quandl_api_key | R Documentation |
Query or set Quandl API Key
quandl_api_key(api_key)
api_key |
Optionally passed parameter to set Quandl |
A wrapper for Quandl::Quandl.api_key()
Returns invisibly the currently set api_key
tq_get()
get = "quandl"
## Not run:
if (rlang::is_installed("Quandl")) {
quandl_api_key(api_key = "foobar")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.