filter_winner {survivoR}R Documentation

Filter to winners

Description

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

Usage

filter_winner(df)

Arguments

df

Data frame. Requires version_season and castaway_id.

Value

A data frame filtered to the winners

Examples


library(survivoR)
library(dplyr)

confessionals |>
  filter_winner()


[Package survivoR version 2.3.5 Index]