filter_new_era {survivoR} | R 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 |
Value
A data frame filtered to the New Era seasons.
Examples
library(survivoR)
library(dplyr)
confessionals |>
filter_new_era() |>
distinct(version_season)
[Package survivoR version 2.3.6 Index]