powered by
Get tournament winner
winner(tournament)
Winner name or NA_character_.
NA_character_
A tournament object.
tournament
teams <- c("A", "B", "C", "D") trn <- tournament(teams) |> round_robin("groups") |> single_elim("finals", take = top_n(2)) # ... enter all results ... # Get the champion winner(trn)
Run the code above in your browser using DataLab