Learn R Programming

survivoR (version 2.3.5)

filter_new_era: Filter to the new era seasons

Description

Filters a data set to all New Era seasons.

Usage

filter_new_era(df)

Value

A data frame filtered to the New Era seasons.

Arguments

df

Data frame. Must include version and season.

Examples

Run this code

library(survivoR)
library(dplyr)

confessionals |>
  filter_new_era() |>
  distinct(version_season)

Run the code above in your browser using DataLab