Description Usage Arguments Value Examples
View source: R/authorization.R
This function allows the user to save their Petfinder API (V2) key and/or secret to their .Rprofile for future use.
1  | pf_save_credentials(key = NULL, secret = NULL)
 | 
key | 
 A key provided to the user by the Petfinder API (V2).  | 
secret | 
 A secret provided to the user by the Petfinder API (V2).  | 
None
1 2 3 4  | ## Not run: 
pf_save_credentials(key, secret)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.