fetch_coaches: Fetch Rugby League Coaches (main wrapper)

View source: R/fetch_coaches.R

fetch_coachesR Documentation

Fetch Rugby League Coaches (main wrapper)

Description

Fetch Rugby League Coaches (main wrapper)

Usage

fetch_coaches(
  season,
  league = c("nrl", "super_league", "championship", "league_one", "womens_super_league",
    "qld_cup", "nsw_cup", "state_of_origin", "challenge_cup", "1895_cup"),
  source = c("rugbyleagueproject")
)

Arguments

season

Integer. Season year (from 1998).

league

Character. One of: "nrl", "super_league", "championship", "league_one", "womens_super_league", "qld_cup", "nsw_cup", "state_of_origin", "challenge_cup", "1895_cup".

source

Character. Only "rugbyleagueproject" is currently supported.

Value

A tibble of coach details.

Examples

fetch_coaches(2024, league = "nrl")

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