intrAuth: Authorize Web API access

Description Usage Arguments Value See Also Examples

Description

The Intrinio API either passes key with link over HTTPS or via Authorization header. The latter is used in this package. You can find your API_KEY in your user account on the website.
intrAuth simply stores your credentials in intrinio_globals environment for future use. Credentials need to be specified on every package reload.

Usage

1
intrAuth(key)

Arguments

Key

A string containing API_KEY

Value

a list with credentials if key is not passed.

See Also

Getting Started article

Examples

1
2
intrAuth('a543b029ec335ddfw66dd95bfa1ea3ac')
intrAuth()

ksavin/intrinio documentation built on May 20, 2019, 7:03 p.m.