Learn R Programming

survivoR (version 2.3.5)

filter_winner: Filter to winners

Description

Filters a data set to the winners of a given season.

Usage

filter_winner(df)

Value

A data frame filtered to the winners

Arguments

df

Data frame. Requires version_season and castaway_id.

Examples

Run this code

library(survivoR)
library(dplyr)

confessionals |>
  filter_winner()

Run the code above in your browser using DataLab