fetch_outofcontract returns a list of AFL players out of contract
for a specified year. It currently uses FootyWire as the data source.
fetch_outofcontract(year = 2026, source = "footywire", ...)A tibble with Player, Years_Service, Status, and Club columns.
Numeric. Year to fetch out of contract players (e.g. 2026).
Data source. Default "footywire".
Additional arguments passed to the source-specific function.