powered by
fetch_fixture returns the Fixture for a given NRL Round. Internally, it calls a fetch_fixture_* function depending on the source.
By default it uses "NRL", but can be extended later to other sources.
fetch_fixture( season = NULL, round_number = NULL, comp = 111, source = "NRL", ... )fetch_fixture_nrl(season = NULL, round_number = NULL, comp = 111)
fetch_fixture_nrl(season = NULL, round_number = NULL, comp = 111)
A tibble with the fixture.
Numeric. Season year (e.g. 2025).
Numeric. Round number (e.g. 4).
Competition id, default 111 for Telstra NRL Premiership.
Source of the data ("NRL").
Additional arguments passed to source-specific functions.
if (FALSE) { fetch_fixture(2025, 4) fetch_fixture(2025, 18, source = "NRL") }
Run the code above in your browser using DataLab