Quandl.auth: Query or set Quandl API token

Description Usage Arguments Value See Also Examples

View source: R/Quandlconfig.R

Description

Deprecated. Alias of Quandl.api_key

Usage

1
Quandl.auth(auth_token)

Arguments

auth_token

Optionally passed parameter to set Quandl auth_token.

Value

Returns invisibly the currently set auth_token.

See Also

Quandl

Examples

1
2
3
4
## Not run: 
Quandl.auth('foobar')

## End(Not run)

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Warning message:
'Quandl.auth' is deprecated.
Use 'Quandl.api_key' instead.
See help("Deprecated") 

Quandl documentation built on Aug. 11, 2021, 5:07 p.m.