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)Returns a data frame containing the account(s) information.
token object from `get_authentication_tokens` function (list).
specific fields to be returned, an example being "positions" (string).
Nick Bultman, njbultman74@gmail.com, June 2024