use_data_titanic {explore} | R Documentation |
Use the titanic data set
Description
This data set comes with base R. Survival of passengers on the Titanic.
Usage
use_data_titanic(count = FALSE)
Arguments
count |
use count data |
Value
Dataset
Examples
use_data_titanic(count = TRUE)
use_data_titanic(count = FALSE)
[Package explore version 1.3.1 Index]