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

first_tibble

Format

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

name

common name of the carnivore species

vore

what it eats

conservation

conservation status

Examples

# \dontrun{
  first_tibble
#> # A tibble: 4 × 3
#>   name   vore  conservation
#>   <chr>  <chr> <chr>       
#> 1 Dog    carni domesticated
#> 2 Pig    omni  domesticated
#> 3 Rabbit herbi domesticated
#> 4 Tiger  carni en          
# }