tidyquant (version 1.0.1)

quandl_api_key: Query or set Quandl API Key

Description

Query or set Quandl API Key

Usage

quandl_api_key(api_key)

Arguments

api_key

Optionally passed parameter to set Quandl api_key.

Value

Returns invisibly the currently set api_key

Details

A wrapper for Quandl::Quandl.api_key()

See Also

tq_get() get = "quandl"

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
quandl_api_key(api_key = "foobar")
# }

Run the code above in your browser using DataCamp Workspace