myTarGetClientList: Get data frame with agency clients

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/myTarGetClientList.R

Description

Load data frame with agency client list from 'MyTarget'.

Usage

1
2
myTarGetClientList(auth = NULL, token_path = getwd(), 
  login = NULL)

Arguments

auth

MyTarget Autherization R object.

login

Your login, or client name in MyTarget account

token_path

Path to directory where you save credential data

Details

Use only for agency account.

Value

Data frame with clients account parameters

Author(s)

Alexey Seleznev

See Also

MyTarget API Documenationhttps://target.my.com/doc/api/detailed/#resource_agency_clients

Examples

1
2
3
4
## Not run: 
clients <- myTarGetClientList(login = "agency_login")

## End(Not run)

maraevdima/rmytarget documentation built on May 26, 2019, 6:56 p.m.