yadirGetClientList: Get client list with parameters and information

Description Usage Arguments Value Author(s) Examples

View source: R/yadirGetClientList.R

Description

yadirGetClientList function for agency account for get his clients list with all information

Usage

1
2
3
yadirGetClientList(AgencyAccount = NULL,
         Token         = NULL,
         TokenPath     = getwd())

Arguments

AgencyAccount

Your agency account login, if you get statistic from client account

TokenPath

Path to directory where you save credential data

Token

character or list object, your Yandex API Token, you can get this by function yadirGetToken or yadirAuth

Value

data frame with client list

Author(s)

Alexey Seleznev

Examples

1
2
library(ryandexdirect)
my_client <- yadirGetClientList(AgencyAccount = "agency_login", TokenPath = "token_yandex")

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