
Get Agency Clients from 'MyTarget'
myTarGetClientList(
auth = NULL,
login = getOption("rmytarget.login"),
token_path = myTarTokenPath()
)
MyTarget Autherization R object. See myTarAuth
Account name, used in file name if you save credential
Path to directory where you save credential data.
data frame with agency clients
MyTarget API Documenationhttps://target.my.com/doc/api/detailed/#resource_agency_clients
# NOT RUN {
myTarSetLogin("Your Login")
clients <- myTarGetClientList()
# }
Run the code above in your browser using DataLab