Skip to contents

Build a tournament runtime from a tournament specification

Usage

build_tournament(spec, participants)

Arguments

spec

A tournament_spec object.

participants

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

Value

A tournament runtime object.