Internal two-leg bracket constructor
new_two_leg_bracket(
participants,
seed = TRUE,
third_place = FALSE,
away_goals = TRUE,
reseed = FALSE
)A two_leg_knockout object.
Character vector of participant names, or a data.frame
with a name column and optional seed column.
Seeding policy forwarded to internal seeding helpers.
Whether to include a third-place match.
Whether away goals break aggregate-score ties.
Whether to reseed participants between rounds.