titanic | R Documentation |
Titanic data set
titanic(col_select = NULL)
col_select |
(character vector): Columns to select. |
data frame
titanic(c("PassengerId", "Age", "Pclass", "Fare")) |>
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.