quandl_key_set: Set your Quandl API key

Description Usage Arguments Details Value References Examples

Description

If no key is provided, will look in the environment variable "QUANDL_API_KEY". If none found, will error.

Usage

1
quandl_key_set(api_key = NULL)

Arguments

api_key

<character(1)> Quandl-provided API key for a registered account.

Details

Setting a key is necessary for almost all calls to Quandl. All registered accounts get a key, even those not subscribing to paid bundles. Find your key in your account settings.

Value

<character(1)> the key, invisibly.

References

API documentation

Examples

1
2
3
4
5
quandl_key_set("this-ismykey")

# if you set your key in the "QUANDL_API_KEY" environment variable, that will
# be used automatically
quandl_key_set()

ClaytonJY/tidyquandl documentation built on May 3, 2019, 4:02 p.m.