Description Usage Arguments Value
Build a round-robin tournament
1 | round_robin(teams = NULL, n = length(teams), home_away = FALSE)
|
teams |
a list of teams, from best to worst (character/vector) |
n |
number of teams (numeric/scalar) |
home_away |
should each team play twice? (1 home, 1 away) (logical/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.