Added advanced statistics that are avaliable via NRL.com. This includes advanced player and team statistics which are supplied to NRL.com via Champion Data
Added a fetch_fixtures function which scrapes NRL.com draw for future fixtures and past results Added more sources to fetch_player_stats
Added a fetch-lineup function which scrapes team lists released by NRL.com on a Tuesday
Future versions of nrlR
will introduce: - Integration
with advanced statistics from additional sources (e.g., NRL.com) - More
granular player-level metrics (e.g., tackles, run meters, errors, line
breaks) - Improved team and player ID resolution across seasons and
competitions
Initial release with support for scraping historical Rugby League data from [rugbyleagueproject.org].
fetch_results()
: Match-level results across NRL, Super
League, QLD Cup, NSW Cup, etc.fetch_ladder()
: Team ladders with detailed home/away
splits and points differentialsfetch_venues()
: Venue usage and attendance by team and
competitionfetch_coaches()
: Coaching records across leagues and
seasonsfetch_player_stats()
: Player match stats (tries, goals,
field goals, points) for all valid games between 1998 and presentleague
, season
, and
source
argumentscli
progress bars and error handling for a clean user
experiencereadr::write_rds()
integration for bulk .rds saving by
seasonfetch_player_stats()
for batch
scraping across yearsStay tuned as nrlR
becomes a one-stop shop for Rugby
League data pipelines.