{dplyr}
join functions, derived from msleep
R/first_second_tibble.R
second_tibble.Rd
A dataset containing name, vore, and order for 4 mammal species, obtained from msleep
second_tibble
A tibble (data frame) with 4 rows and 3 variables:
common name of the carnivore species
what it eats
taxonomic order
# \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
# }