Learn R Programming

bracketeer (version 0.1.1)

advance: Advance tournament to next round

Description

Check if current round is complete and update bracket state.

Usage

advance(x, stage = NULL, ...)

# S3 method for bracket advance(x, stage = NULL, ...)

# S3 method for double_elim_bracket advance(x, stage = NULL, ...)

# S3 method for group_stage_knockout advance(x, stage = NULL, ...)

# S3 method for single_elim_bracket advance(x, stage = NULL, ...)

# S3 method for swiss_bracket advance(x, stage = NULL, ...)

# S3 method for tournament advance(x, stage = NULL, ...)

Value

Updated bracket object

Arguments

x

A bracket object.

stage

Optional stage identifier for tournament methods.

...

Additional method-specific arguments.