filter_new_era: Filter to the new era seasons

View source: R/filters.R

filter_new_eraR Documentation

Filter to the new era seasons

Description

Filters a data set to all New Era seasons.

Usage

filter_new_era(df)

Arguments

df

Data frame. Must include version and season.

Value

A data frame filtered to the New Era seasons.

Examples


library(survivoR)
library(dplyr)

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


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