indStatsLoader | R Documentation |
Loading the player statistics
indStatsLoader(leagueID, season = NULL, type = NULL)
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 |
List of two data.frames, one consisting of players and one consisting of goalies
# Loads the SHL player statistics from S64
indStatsLoader(leagueID = 0, season = 64, type = "regular")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.