fetch_player_stats_championdata: Fetch Champion Data Player Stats for Competition

View source: R/fetch_player_stats.R

fetch_player_stats_championdataR 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.


nrlR documentation built on Sept. 1, 2025, 9:07 a.m.