yadirGetToken {ryandexdirect} | R Documentation |
Auth in 'Yandex Direct' API
Description
Simplified, one-step API authorization.
Usage
yadirGetToken(Login = NULL, TokenPath = yadirTokenPath())
Arguments
Login |
character, your login at Yandex, require |
TokenPath |
Path to directory where you save credential data |
Value
R object with api token
Author(s)
Alexey Seleznev
Examples
## Not run:
### Please choose another TokenPath to save the Login permanently.
myToken <- yadirGetToken(TokenPath = tempdir())
## End(Not run)
[Package ryandexdirect version 3.6.2 Index]