Generate an access token for the Petfinder API (V2)

pf_accesstoken(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

An access token for the Petfinder API (V2)

Examples

# NOT RUN {
token <- pf_accesstoken(petfindr_key, petfindr_secret)
# }