The carnivores
dataset
get_help()
docs
One of the {introverse}
example datasets is called carnivores
. This dataset is a tibble with 9 rows and 4 columns and contains information about mammalian species.
This dataset is a subset of the msleep
dataset, which comes from the {ggplot2}
package. To learn more about msleep
, use get_help("msleep")
.
You can directly explore the carinvores
tibble in the Console, or you can interactively explore its contents below.
carnivores
Columns in carnivores
include the following:
name
: The common name of the mammalgenus
: The Genus classification of the mammal speciesawake
: The amount of time spent awake, in hoursbrainwt
: The brain weight in kgValues in the data that are NA
indicate that the data are missing and/or unknown.