rmytarget (version 2.1.8)

myTarGetClientList: Get data frame with agency clients

Description

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

Usage

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

Value

Data frame with clients account parameters

Details

Use only for agency account.

See Also

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

Examples

Run this code
# NOT RUN {
clients <- myTarGetClientList(login = "agency_login")
# }

Run the code above in your browser using DataLab