filter_winner | R Documentation |
Filters a data set to the winners of a given season.
filter_winner(df)
df |
Data frame. Requires |
A data frame filtered to the winners
library(survivoR)
library(dplyr)
confessionals |>
filter_winner()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.