Learn R Programming

charlesschwabapi (version 1.0.5)

get_account_numbers: Get Account Numbers

Description

Given the tokens object from the `get_authentication_tokens` function, return the account number(s) information, including the actual account number(s) and the encrypted ID(s) of the user that were granted when authenticating. The encrypted IDs are used in other functions (like orders and transactions) that require a specific encrypted account ID to be specified.

Usage

get_account_numbers(tokens)

Value

Returns a data frame containing the account numbers and their encrypted values.

Arguments

tokens

token object from `get_authentication_tokens` function (list).

Author

Nick Bultman, njbultman74@gmail.com, June 2024