load_audl_player_stats: Load AUDL player statistics

View source: R/audl_scraping.R

load_audl_player_statsR Documentation

Load AUDL player statistics

Description

Loads AUDL player statistics from the specified season into memory, scraped from the AUDL website.

Usage

load_audl_player_stats(season, stat_type = "game")

Arguments

season

The season for which data is requested. All seasons since 2012 are documented, not including 2020 when the AUDL season was cancelled due to the COVID-19 pandemic.

stat_type

The desired statistic type. Set to "game" by default, for per-game statistics. Can also be set to "total" for total statistics, "10 points" for per-10-point statistics, or "10 possessions" for per-10-possession statistics.

Examples

load_audl_player_stats(2022)
load_audl_player_stats(2021, stat_type = "10 possessions")

bbwieland/fRisbee documentation built on Aug. 30, 2022, 11:18 p.m.