Internal swiss bracket constructor
new_swiss_bracket(
participants,
rounds = NULL,
seed = TRUE,
allow_ties = TRUE,
bye_points = 1,
best_of = NULL,
tiebreakers = NULL
)A swiss_bracket object.
Character vector of participant names, or a data.frame
with a name column and optional seed column.
Optional positive integer number of Swiss rounds.
Seeding policy for initial ordering.
Whether drawn results are allowed.
Points awarded for a bye.
Optional odd-integer series length specification.
Optional ordered tiebreaker vector.