Fetch Player Stats from Multiple Rugby League Sources
Source:R/fetch_player_stats.R
fetch_player_stats.RdUnified wrapper to fetch player stats from either Champion Data MC API (NRL/NRLW/State of Origin) or Rugby League Project web scraping.
Arguments
- season
Integer scalar. Season year (rugbyproject only).
- league
Character scalar. League name (rugbyproject only).
- round
Integer scalar or NULL. Round number filter (both sources).
- comp
Integer. Competition ID (championdata only).
- source
Character scalar. One of "championdata" or "rugbyproject". Default is "championdata".