get_td_access: get_td_access

View source: R/get_td_access.R

get_td_accessR Documentation

get_td_access

Description

Quick access to TD Ameritrade's API.

Usage

get_td_access(full_path_to_td_credentials)

Arguments

full_path_to_td_credentials

character, the full path to the directory containing the consumer key and refresh token for the rameritrade package

Details

See the below under References for directions on creating the relevant files. Once they are created, put them in a directory and point this function to that directory for API access.

References

https://github.com/exploringfinance/rameritrade/

Examples

## Not run: 
if(interactive()){
 get_td_access('~/td')
 }

## End(Not run)

causality-loop/clhelpers documentation built on Aug. 31, 2022, 3:39 a.m.