fetch_ladder_nrl {nrlR}R Documentation

Fetch NRL Ladder for a Given Season and Round

Description

Retrieves the NRL ladder (standings) for a specified season and optionally round.

Usage

fetch_ladder_nrl(season, round_number = NULL, comp = 111)

Arguments

season

Integer scalar. Season year (e.g. 2025).

round_number

Integer scalar or NULL. Round number (e.g. 4). If NULL, fetches current ladder.

comp

Integer scalar. Competition ID (default 111 for Telstra Premiership).

Value

A tibble with ladder positions and stats.


[Package nrlR version 0.1.0 Index]