bracket: Build a single-elimination tournament bracket for 'n' ranked...

Description Usage Arguments Value

Description

Build a single-elimination tournament bracket for 'n' ranked teams

Usage

1
bracket(teams = NULL, n = length(teams))

Arguments

teams

a list of teams, from best to worst (character/vector)

n

number of teams (numeric/scalar)

Value

a tibble with tournament schedule: game, round, away, home


anthonypileggi/tournamentbuildr documentation built on May 6, 2019, 1:35 a.m.