fetch_ladder_nrl | R Documentation |
Retrieves the NRL ladder (standings) for a specified season and optionally round.
fetch_ladder_nrl(season, round_number = NULL, comp = 111)
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). |
A tibble with ladder positions and stats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.