powered by
Filter a data set to a specified set of US season or list of seasons. A shorthand version of filter_vs() for the US seasons.
filter_vs()
filter_us(df, .season = NULL)
Data frame filtered to the specified US seasons
Data frame. Must include version and season.
version
season
Season or vector of seasons. If NULL if will filter to all US seasons.
NULL
library(survivoR) library(dplyr) confessionals |> filter_us(47)
Run the code above in your browser using DataLab