Learn R Programming

ryandexdirect (version 3.6.2)

yadirGetToken: Auth in 'Yandex Direct' API

Description

Simplified, one-step API authorization.

Usage

yadirGetToken(Login = NULL, TokenPath = yadirTokenPath())

Value

R object with api token

Arguments

Login

character, your login at Yandex, require

TokenPath

Path to directory where you save credential data

Author

Alexey Seleznev

Examples

Run this code
if (FALSE) {
### Please choose another TokenPath to save the Login permanently.
myToken <- yadirGetToken(TokenPath = tempdir())
}

Run the code above in your browser using DataLab