set_token {eodhdR2} | R 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 |
Value
Nothing
Examples
## Not run:
set_token()
## End(Not run)
[Package eodhdR2 version 0.5.1 Index]