yadirGetToken: Auth in 'Yandex Direct' API

View source: R/yadirGetToken.R

yadirGetTokenR 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)

ryandexdirect documentation built on March 31, 2023, 5:35 p.m.