| filter_new_era | R Documentation | 
Filters a data set to all New Era seasons.
filter_new_era(df)
df | 
 Data frame. Must include   | 
A data frame filtered to the New Era seasons.
library(survivoR)
library(dplyr)
confessionals |>
  filter_new_era() |>
  distinct(version_season)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.