filter_jury {survivoR}R Documentation

Filter to jury

Description

Filters a data set to the jury members of a given season.

Usage

filter_jury(df)

Arguments

df

Data frame. Requires version_season and castaway_id.

Value

A data frame filtered to the jury members

Examples


library(survivoR)
library(dplyr)

confessionals |>
  filter_jury()


[Package survivoR version 2.3.6 Index]