Learn R Programming

survivoR (version 2.3.5)

filter_jury: Filter to jury

Description

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

Usage

filter_jury(df)

Value

A data frame filtered to the jury members

Arguments

df

Data frame. Requires version_season and castaway_id.

Examples

Run this code

library(survivoR)
library(dplyr)

confessionals |>
  filter_jury()

Run the code above in your browser using DataLab