Description Usage Arguments Value Examples
View source: R/pardot_account.R
Make a call to the Pardot API and return the account data.
1 | pardot_account(verbose = 0)
|
verbose |
Verbose output. See pardot_client(). |
A data frame. See http://developer.pardot.com/kb/object-field-references/#account.
1 2 3 4 | ## Not run:
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_account()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.