The msleep
dataset
get_help()
docs
One of the {introverse}
example datasets is called msleep
. This dataset is a tibble with 83 rows and 11 columns and contains information about mammalian species. This dataset comes from the {ggplot2}
package.
You can directly explore the msleep
tibble in the Console, or you can interactively explore its contents below.
msleep
Columns in msleep
include the following:
name
: The common name of the mammalgenus
: The Genus classification of the mammal speciesvore
: Whether the species is carnivore, hervivore, omnivore, or insectivoreorder
: The Order classification of the mammal speciesconservation
: The conservation status of the mammal species
lc
: least concernnt
: not threateneden
: endangeredcd
: conservation dependentdomesticated
: domesticatedsleep_total
: The total amount of sleep per day, in hourssleep_rem
: The amount of REM sleep per day, in hourssleep_cycle
: The length of a sleep cycle, in hoursawake
: The amount of time spent awake, in hoursbrainwt
: The brain weight in kgbodywt
: The body weight in kgValues in the data that are NA
indicate that the data are missing and/or unknown.