fetch_player_stats_championdata {nrlR} | R Documentation |
Fetch Champion Data Player Stats for Competition
Description
Fetches player stats for the given Champion Data competition ID. Use fetch_cd_competitions for all ids. If round is provided, filters fixtures to that round. Otherwise fetches all completed matches available.
Usage
fetch_player_stats_championdata(comp, round = NULL)
Arguments
comp |
Integer. Competition ID (required). |
round |
Integer or NULL. Round filter (optional). |
Value
Tibble of player stats joined with fixture info.
[Package nrlR version 0.1.0 Index]