fetch_ladder_nrl: Fetch NRL Ladder for a Given Season and Round

View source: R/fetch_ladder.R

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


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