
Advance tournament to next round
Source:R/bracket.R, R/double_elim.R, R/group_stage_knockout.R, and 3 more
advance.RdCheck if current round is complete and update bracket state.
Usage
advance(x, stage = NULL, ...)
# S3 method for class 'bracket'
advance(x, stage = NULL, ...)
# S3 method for class 'double_elim_bracket'
advance(x, stage = NULL, ...)
# S3 method for class 'group_stage_knockout'
advance(x, stage = NULL, ...)
# S3 method for class 'single_elim_bracket'
advance(x, stage = NULL, ...)
# S3 method for class 'swiss_bracket'
advance(x, stage = NULL, ...)
# S3 method for class 'tournament'
advance(x, stage = NULL, ...)