View source: R/req_managed_accts.R
req_managed_accts | R Documentation |
Retrieve the account ID codes for all IB accounts your username can access.
req_managed_accts(channel = NULL)
channel |
One of the following:
|
character vector in which each element is the ID of an account accessible by the currently logged-in user.
Other quick fetch:
req_current_time()
,
req_family_codes()
# Fetch managed accounts
managed_accts <- req_managed_accts()
# Print managed accounts
managed_accts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.