add_winner {survivoR}R Documentation

Add winner

Description

Adds a winner flag to the data set.

Usage

add_winner(df)

Arguments

df

Data frame. Requires version_season and castaway_id.

Value

A data frame with a logical flag for the winner

Examples


library(survivoR)
library(dplyr)

confessionals |>
  add_winner()


[Package survivoR version 2.3.5 Index]