R/titanic.R
titanic.Rd
This titanic dataset is equivalent to datasets::Titanic |> dplyr::as_tibble() |> tidyr::uncount(n).
titanic
datasets::Titanic |> dplyr::as_tibble() |> tidyr::uncount(n)
An object of class tbl_df (inherits from tbl, data.frame) with 2201 rows and 4 columns.
tbl_df
tbl
data.frame
datasets::Titanic