A dataset containing name, vore, and order for 4 mammal species, obtained from msleep

second_tibble

Format

A tibble (data frame) with 4 rows and 3 variables:

name

common name of the carnivore species

vore

what it eats

order

taxonomic order

Examples

# \dontrun{
  second_tibble
#> # A tibble: 4 × 3
#>   name   vore  order       
#>   <chr>  <chr> <chr>       
#> 1 Dog    carni Carnivora   
#> 2 Pig    omni  Artiodactyla
#> 3 Rabbit herbi Lagomorpha  
#> 4 Sheep  herbi Artiodactyla
# }