yadirAuth | R Documentation |
Get API Token for 'Yandex Direct' account
yadirAuth(Login = getOption("ryandexdirect.user"),
NewUser = FALSE,
TokenPath = yadirTokenPath())
Login |
character, your login at Yandex, require |
NewUser |
logical, use TRUE if you want login into new account |
TokenPath |
Path to directory where you save credential data |
R object with api token
Alexey Seleznev
## Not run:
### Please choose another TokenPath to save the Login permanently.
library(ryandexdirect)
yadirAuth(Login = "login", NewUser = TRUE,
TokenPath = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.