Learn R Programming

fitzRoy (version 1.7.0)

fetch_team_stats_vflstats: Fetch VFLM/VFLW Team Stats from vflstats

Description

Fetch VFLM/VFLW Team Stats from vflstats

Usage

fetch_team_stats_vflstats(
  season = 2025,
  summary_type = c("totals", "averages"),
  comp = c("VFLM", "VFLW")
)

Value

A tibble of team-level statistics.

Arguments

season

Integer. A year from 2021 onward.

summary_type

Either "totals" or "averages".

comp

Competition code: "VFLM" or "VFLW".