yadirAuth: Authentication in Yandex Direct API

Description Usage Arguments Value Author(s) Examples

View source: R/yadirAuth.R

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
library(ryandexdirect)
yadirAuth(Login = "login", NewUser = TRUE)

grkhr/ryandexdirect documentation built on Dec. 10, 2019, 2:28 p.m.