powered by
Filters a data set to a specified version season or list of version seasons.
filter_vs(df, .vs)
Data frame filtered to the specified version seasons
Data frame. Must have version_season
version_season
Version season.
library(survivoR) library(dplyr) confessionals |> filter_vs("US47")
Run the code above in your browser using DataLab