Learn R Programming

bracketeer (version 0.1.1)

build_tournament: Build a tournament runtime from a tournament specification

Description

Build a tournament runtime from a tournament specification

Usage

build_tournament(spec, participants)

Value

A tournament runtime object.

Arguments

spec

A tournament_spec object.

participants

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