if (FALSE) {
# Get stored refresh token
refreshToken = readRDS('/secure/location/')
# Generate a new access token
accessTokenList = schwab_auth3_accessToken(appKey, appSecret, refreshToken)
# Passing the accessTokenList is optional. The default will return balances
act_hash = schwab_act_hash(account_number = '123456789')
}
Run the code above in your browser using DataLab