powered by
`fetch_injuries_suspensions` retrieves injury and suspension data for the NRL. It supports multiple data sources via the `source` parameter.
fetch_injuries_suspensions(source = "zerotackle", ...)
A tibble with columns: team, player, reason, expected_return.
Character. Source of the data. Currently only `"zerotackle"` is supported.
Additional arguments passed to source-specific functions.
if (FALSE) { fetch_injuries_suspensions() }
Run the code above in your browser using DataLab