yadirAuth: Authentication in 'Yandex Direct' API

Description Usage Arguments Value Author(s) Examples

Description

Get API Token for 'Yandex Direct' account

Usage

1
yadirAuth(Login = NULL, NewUser = FALSE, TokenPath = getwd())

Arguments

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

Value

R object with api token

Author(s)

Alexey Seleznev

Examples

1
2
3
4
5
6
7
## Not run: 
### Please choose another TokenPath to save the Login permanently.
library(ryandexdirect)
yadirAuth(Login = "login", NewUser = TRUE,
          TokenPath = tempdir())

## End(Not run)

serditov/ryandexdirect documentation built on May 15, 2019, 12:09 a.m.