Description Usage Arguments Value
Build a random-robin tournament
1 | random_robin(teams = NULL, n = length(teams), n_games = choose(n, 2))
|
teams |
a list of unranked teams (character/vector) |
n |
number of teams (numeric/scalar) |
n_games |
how many total tournament games? (numeric/scalar) |
a tibble with tournament schedule: game, away, home
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.