Select top ranked participants from source standings
Examples
# Route top 4 to playoffs
trn <- tournament(paste("Team", LETTERS[1:8])) |>
swiss("open", rounds = 3) |>
single_elim("playoffs", take = top_n(4))
Select top ranked participants from source standings
# Route top 4 to playoffs
trn <- tournament(paste("Team", LETTERS[1:8])) |>
swiss("open", rounds = 3) |>
single_elim("playoffs", take = top_n(4))