get_balance | R Documentation |
Get your account balance.
get_balance(prdt_code, rt_cash_flag = FALSE)
prdt_code |
A string specifying account product code |
rt_cash_flag |
A boolean specifying total deposit or not |
balance data.frame
## get account balance
## Not run:
# detail
get_balance(rt_cash_flag = FALSE)
# total deposit
get_balance(rt_cash_flag = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.