## Set app key for the current session
if (FALSE) {
## Set trading environment only for the current session
set_trading_env(
cano = "your account number",
acnt_prdt_no = "your account product code",
app_key = "your app key",
app_secret = "your app secret"
)
## Check environment variables
print_cano()
print_acnt_prdt_cd()
print_app_key()
print_app_secret()}
Run the code above in your browser using DataLab