get_accounts | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function, return the account(s) information associated with the authenticated user. By default, this includes positions, fundamentals, and general account information. However, one can use the 'fields' argument to get more specific as to the information returned.
get_accounts(tokens, fields = NULL)
tokens |
token object from 'get_authentication_tokens' function (list). |
fields |
specific fields to be returned, an example being "positions" (string). |
Returns a data frame containing the account(s) information.
Nick Bultman, njbultman74@gmail.com, June 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.