Learn R Programming

bracketeer (version 0.1.1)

add_stage: Add a stage to a tournament specification

Description

Add a stage to a tournament specification

Usage

add_stage(spec, stage_id, stage)

Value

Updated tournament_spec.

Arguments

spec

A tournament_spec object.

stage_id

Unique stage identifier.

stage

Stage definition object.