Description Usage Arguments Value Author(s) Examples
View source: R/yadirGetClientList.R
yadirGetClientList function for agency account for get his clients list with all information
1 2 3 | yadirGetClientList(AgencyAccount = NULL,
Token = NULL,
TokenPath = getwd())
|
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 |
data frame with client list
Alexey Seleznev
1 2 | library(ryandexdirect)
my_client <- yadirGetClientList(AgencyAccount = "agency_login", TokenPath = "token_yandex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.