View source: R/get_td_access.R
get_td_access | R Documentation |
Quick access to TD Ameritrade's API.
get_td_access(full_path_to_td_credentials)
full_path_to_td_credentials |
character, the full path to the directory containing the consumer key and refresh token for the rameritrade package |
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.
https://github.com/exploringfinance/rameritrade/
## Not run: if(interactive()){ get_td_access('~/td') } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.