powered by
Inspect tournament matches
matches(x, stage = NULL, status = "pending")# S3 method for tournament matches(x, stage = NULL, status = "pending")
# S3 method for tournament matches(x, stage = NULL, status = "pending")
Data frame of matches.
A tournament object.
tournament
Optional stage identifier.
One of "pending", "complete", or "all".
"pending"
"complete"
"all"
trn <- tournament(c("A", "B", "C", "D")) |> round_robin("groups") # Get pending matches matches(trn, "groups") # Get all matches across stages matches(trn, status = "all")
Run the code above in your browser using DataLab