Learn R Programming

nrlR (version 0.1.2)

fetch_injuries_suspensions: Fetch NRL Injuries and Suspensions

Description

`fetch_injuries_suspensions` retrieves injury and suspension data for the NRL. It supports multiple data sources via the `source` parameter.

Usage

fetch_injuries_suspensions(source = "zerotackle", ...)

Value

A tibble with columns: team, player, reason, expected_return.

Arguments

source

Character. Source of the data. Currently only `"zerotackle"` is supported.

...

Additional arguments passed to source-specific functions.

Examples

Run this code
if (FALSE) {
  fetch_injuries_suspensions()
}

Run the code above in your browser using DataLab