pf_save_credentials: Save Petfinder API (V2) key and secret to .Rprofile

Description Usage Arguments Value Examples

View source: R/authorization.R

Description

This function allows the user to save their Petfinder API (V2) key and/or secret to their .Rprofile for future use.

Usage

1
pf_save_credentials(key = NULL, secret = NULL)

Arguments

key

A key provided to the user by the Petfinder API (V2).

secret

A secret provided to the user by the Petfinder API (V2).

Value

None

Examples

1
2
3
4
## Not run: 
pf_save_credentials(key, secret)

## End(Not run)

earl88/PetFindr documentation built on Jan. 18, 2020, 9:10 a.m.