titanic {rtabulator} | R Documentation |
Titanic data set
Description
Titanic data set
Usage
titanic(col_select = NULL)
Arguments
col_select |
(character vector): Columns to select. |
Value
data frame
Examples
titanic(c("PassengerId", "Age", "Pclass", "Fare")) |>
head()
[Package rtabulator version 0.1.2 Index]