if (FALSE) {
### Please choose another TokenPath to save the Login permanently.
# from storage tokrn
library(ryandexdirect)
cur <- yadirCurrencyRates(Login = "login" ,
TokenPath = tempdir())
# from auth object
aut <- yadirAuth(Login = "login", NewUser = TRUE,
TokenPath = tempdir())
cur2 <- yadirCurrencyRates(Login = "login" ,
Token = aut)
}
Run the code above in your browser using DataLab