pardot_account: Retrieve Pardot Account

Description Usage Arguments Value Examples

View source: R/pardot_account.R

Description

Make a call to the Pardot API and return the account data.

Usage

1
pardot_account(verbose = 0)

Arguments

verbose

Verbose output. See pardot_client().

Value

A data frame. See http://developer.pardot.com/kb/object-field-references/#account.

Examples

1
2
3
4
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_account()
## End(Not run)

jmurray0568/pardot4 documentation built on May 27, 2019, 2 a.m.