powered by
Select top ranked participants from source standings
top_n(n)
A bracketeer_selector object.
bracketeer_selector
Positive integer count.
# Route top 4 to playoffs trn <- tournament(paste("Team", LETTERS[1:8])) |> swiss("open", rounds = 3) |> single_elim("playoffs", take = top_n(4))
Run the code above in your browser using DataLab