myTarGetClientList: Get Agency Clients from 'MyTarget'

Description Usage Arguments Value See Also Examples

View source: R/myTarGetClientList.R

Description

Get Agency Clients from 'MyTarget'

Usage

1
2
3
4
5
myTarGetClientList(
  auth = NULL,
  login = getOption("rmytarget.login"),
  token_path = myTarTokenPath()
)

Arguments

auth

MyTarget Autherization R object. See myTarAuth

login

Account name, used in file name if you save credential

token_path

Path to directory where you save credential data.

Value

data frame with agency clients

See Also

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

Examples

1
2
3
4
5
## Not run: 
myTarSetLogin("Your Login")
clients <- myTarGetClientList()

## End(Not run)

rmytarget documentation built on Oct. 20, 2021, 5:08 p.m.