titanic {guideR} | R Documentation |
Titanic data set in long format
Description
This titanic
dataset is equivalent to
datasets::Titanic |> dplyr::as_tibble() |> tidyr::uncount(n)
.
Usage
titanic
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2201 rows and 4 columns.
See Also
[Package guideR version 0.4.0 Index]