powered by
Get API Token for 'Yandex Direct' account
yadirAuth(Login = getOption("ryandexdirect.user"), NewUser = FALSE, TokenPath = yadirTokenPath())
R object with api token
character, your login at Yandex, require
logical, use TRUE if you want login into new account
Path to directory where you save credential data
Alexey Seleznev
if (FALSE) { ### Please choose another TokenPath to save the Login permanently. library(ryandexdirect) yadirAuth(Login = "login", NewUser = TRUE, TokenPath = tempdir()) }
Run the code above in your browser using DataLab