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