filter_jury: Filter to jury

View source: R/filters.R

filter_juryR 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()


survivoR documentation built on April 3, 2025, 5:34 p.m.