Internal round-robin bracket constructor
new_round_robin_bracket(
participants,
home_away = FALSE,
n_rounds = NULL,
best_of = NULL,
tiebreakers = NULL,
groups = NULL
)A round_robin_bracket object.
Character vector of participant names, or a data.frame
with a name column and optional seed column.
Whether to schedule home/away mirrored pairings.
Optional positive integer number of round-robin cycles.
Optional odd-integer series length specification.
Optional ordered tiebreaker vector.
Optional positive integer number of groups.