fetch_team_stats_footywire: Fetch Team Statistics from Footywire
Description
Fetch Team Statistics from Footywire
Usage
fetch_team_stats_footywire(
season,
summary_type = c("totals", "averages", "opp_totals", "opp_averages", "diff_totals",
"diff_averages")
)Value
A tibble of team statistics.
Arguments
- season
Integer. The season to fetch.
- summary_type
One or more of: "totals", "averages", "opp_totals", "opp_averages", "diff_totals", "diff_averages".