set_token: Sets up authentication for eodhd

View source: R/token.R

set_tokenR Documentation

Sets up authentication for eodhd

Description

Uses the token from https://eodhd.com/cp/dashboard to authenticate your R session. You can find your own eodhd token from the website. Alternatively, a demo token is also available for testing purposes, with a limited supply of data.

Usage

set_token(token = get_demo_token())

Arguments

token

the token from eodhd. The default value is a demo token "demo", which allows for partial access to the data. See get_demo_token() for using a demo token.

Value

Nothing

Examples

## Not run: 
set_token()

## End(Not run)

eodhdR2 documentation built on Sept. 13, 2024, 1:07 a.m.