View source: R/fetch_injuries_suspensions.R
fetch_injuries_suspensions | R Documentation |
'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", ...)
source |
Character. Source of the data. Currently only '"zerotackle"' is supported. |
... |
Additional arguments passed to source-specific functions. |
A tibble with columns: team, player, reason, expected_return.
## Not run:
fetch_injuries_suspensions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.