indStatsLoader: Loading the player statistics

View source: R/shlAPI.R

indStatsLoaderR Documentation

Loading the player statistics

Description

Loading the player statistics

Usage

indStatsLoader(leagueID, season = NULL, type = NULL)

Arguments

leagueID

ID of the league to get attributes from, SHL = 0, SMJHL = 1, IIHF = 2, WJC = 3

season

The season to get the attributes from

type

Selects whether pre-season, regular season, or post-season

Value

List of two data.frames, one consisting of players and one consisting of goalies

Examples

# Loads the SHL player statistics from S64
indStatsLoader(leagueID = 0, season = 64, type = "regular")

canadice/shlrtools documentation built on March 5, 2025, 11:15 a.m.