Learn R Programming

fitzRoy (version 1.7.0)

fetch_outofcontract: Fetch Out of Contract AFL Players

Description

fetch_outofcontract returns a list of AFL players out of contract for a specified year. It currently uses FootyWire as the data source.

Usage

fetch_outofcontract(year = 2026, source = "footywire", ...)

Value

A tibble with Player, Years_Service, Status, and Club columns.

Arguments

year

Numeric. Year to fetch out of contract players (e.g. 2026).

source

Data source. Default "footywire".

...

Additional arguments passed to the source-specific function.