Description Usage Arguments Examples
View source: R/set_credentials.R
Simple function to set the users pardot credentials in an R environment variable
1  | set_credentials(pardot_username, pardot_password, pardot_user_key)
 | 
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  | 
1 2 3  | ## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.