Learn R Programming

bracketeer (version 0.1.1)

new_two_leg_bracket: Internal two-leg bracket constructor

Description

Internal two-leg bracket constructor

Usage

new_two_leg_bracket(
  participants,
  seed = TRUE,
  third_place = FALSE,
  away_goals = TRUE,
  reseed = FALSE
)

Value

A two_leg_knockout object.

Arguments

participants

Character vector of participant names, or a data.frame with a name column and optional seed column.

seed

Seeding policy forwarded to internal seeding helpers.

third_place

Whether to include a third-place match.

away_goals

Whether away goals break aggregate-score ties.

reseed

Whether to reseed participants between rounds.