pf_list_types.Rd
This function returns the available animal types from Petfinder.com, along with each type's available coat, color, and gender options.
pf_list_types(token)
token | An access token, provided by |
---|
A tibble listing all available animal types with their respective coat, color, and gender options.
# NOT RUN { pf_list_types(token) pf_list_types(token)$name # }