Learn R Programming

nrlR (version 0.1.2)

fetch_team_stats_championdata: Fetch Champion Data Team Stats for Competition

Description

Fetches team stats for the given Champion Data competition ID. If round is provided, filters fixtures to that round.

Usage

fetch_team_stats_championdata(comp, round = NULL)

Value

Tibble of team stats joined with fixture info.

Arguments

comp

Integer. Competition ID (required).

round

Integer or NULL. Round filter (optional).