Learn R Programming

bracketeer (version 0.1.1)

get_matches: Get matches from a bracket

Description

Get matches from a bracket

Usage

get_matches(bracket, round = NULL, status = "all")

# S3 method for bracket get_matches(bracket, round = NULL, status = "all")

# S3 method for group_stage_knockout get_matches(bracket, round = NULL, status = "all")

Value

Data frame of matches

Arguments

bracket

A bracket object

round

Optional round number to filter by

status

Filter by status: "pending", "complete", or "all"