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

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

# NOT RUN {
pf_save_credentials(key, secret)
# }