fetch_team_stats_championdata {nrlR} | R Documentation |
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)
Arguments
comp |
Integer. Competition ID (required). |
round |
Integer or NULL. Round filter (optional). |
Value
Tibble of team stats joined with fixture info.
[Package nrlR version 0.1.0 Index]