pf_save_credentials.Rd
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)
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
# NOT RUN { pf_save_credentials(key, secret) # }