myTarGetClientList {rmytarget} | R Documentation |
Get Agency Clients from 'MyTarget'
Description
Get Agency Clients from 'MyTarget'
Usage
myTarGetClientList(
auth = NULL,
login = getOption("rmytarget.login"),
token_path = myTarTokenPath()
)
Arguments
auth |
MyTarget Autherization R object. See |
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
## Not run:
myTarSetLogin("Your Login")
clients <- myTarGetClientList()
## End(Not run)
[Package rmytarget version 2.4.0 Index]