View source: R/fetch_player_stats.R
fetch_player_stats_championdata | R Documentation |
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.
fetch_player_stats_championdata(comp, round = NULL)
comp |
Integer. Competition ID (required). |
round |
Integer or NULL. Round filter (optional). |
Tibble of player stats joined with fixture info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.