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)

Arguments

token

An access token, provided by pf_accesstoken.

Value

A tibble listing all available animal types with their respective coat, color, and gender options.

Examples

# NOT RUN {
pf_list_types(token)
pf_list_types(token)$name
# }