Learn R Programming

kisopenapi (version 0.0.2)

get_balance: get account balance

Description

Get your account balance.

Usage

get_balance(prdt_code, rt_cash_flag = FALSE)

Value

balance data.frame

Arguments

prdt_code

A string specifying account product code

rt_cash_flag

A boolean specifying total deposit or not

Examples

Run this code
## get account balance
if (FALSE) {
# detail
get_balance(rt_cash_flag = FALSE)
# total deposit
get_balance(rt_cash_flag = TRUE)}

Run the code above in your browser using DataLab