Learn R Programming

explore (version 1.3.4)

use_data_titanic: 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)

Value

Dataset

Arguments

count

use count data

Examples

Run this code
use_data_titanic(count = TRUE)
use_data_titanic(count = FALSE)

Run the code above in your browser using DataLab