powered by
Filters a data set to the winners of a given season.
filter_winner(df)
A data frame filtered to the winners
Data frame. Requires version_season and castaway_id.
version_season
castaway_id
library(survivoR) library(dplyr) confessionals |> filter_winner()
Run the code above in your browser using DataLab