powered by
Filters a data set to all New Era seasons.
filter_new_era(df)
A data frame filtered to the New Era seasons.
Data frame. Must include version and season.
version
season
library(survivoR) library(dplyr) confessionals |> filter_new_era() |> distinct(version_season)
Run the code above in your browser using DataLab