set_credentials: Set the Pardot user credentials

Description Usage Arguments Examples

View source: R/set_credentials.R

Description

Simple function to set the users pardot credentials in an R environment variable

Usage

1
set_credentials(pardot_username, pardot_password, pardot_user_key)

Arguments

pardot_username

A string containing your Pardot UserName

pardot_password

A string containing your Pardot Password

pardot_user_key

A string containing your Pardot User Key

Examples

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

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