Description Usage Arguments Value See Also Examples
View source: R/myTarGetClientList.R
Get Agency Clients from 'MyTarget'
1 2 3 4 5 | myTarGetClientList(
auth = NULL,
login = getOption("rmytarget.login"),
token_path = myTarTokenPath()
)
|
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. |
data frame with agency clients
MyTarget API Documenationhttps://target.my.com/doc/api/detailed/#resource_agency_clients
1 2 3 4 5 | ## Not run:
myTarSetLogin("Your Login")
clients <- myTarGetClientList()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.