pf_list_breeds.Rd
This function allows the user to specify an animal type found on Petfinder.com and returns a vector containing all available breeds for that animal type.
pf_list_breeds(token, type = NULL)
token | An access token, provided by |
---|---|
type | One of the available animal types for which to return breed information. A full list of animal types can be found by running |
A character vector containing the breed names for the specified animal type.
# NOT RUN { pf_list_breeds(token, type = "dog") pf_list_breeds(token, type = "barnyard") # }