Skip to contents

The type of species for a certain veterinary product (e.g. sheep, dog, cattle, and poultry).

Usage

dpd_vet_species(ids)

Arguments

ids

Vector of drug product codes.

Value

A tibble with columns:

  • drug_code: Code assigned to each drug product.

  • vet_species_name: Animal species.

Examples

dpd_vet_species(13755)
#> # A tibble: 3 × 2
#>   drug_code vet_species_name
#>       <int> <chr>           
#> 1     13755 Horses          
#> 2     13755 Cats            
#> 3     13755 Dogs