Description Usage Arguments Value Examples
View source: R/GetAccountHoldings.R
Returns information on your current account holdings. Requires API keys (in specific order). See help for more info.
1 | GetAccountHoldings(APIKeys, acctNum)
|
APIKeys |
A vector containing API keys (order: cKey, cSecret, oKey, oSecret). |
acctNum |
An Ally Invest account number. |
A tibble containing curret account holdings for the account passed..
1 2 3 4 | ## Not run:
GetAccountHoldings (APIKeys, xxxxxxxx)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.