gamesLoader | R Documentation |
Loads schedule from the Index
gamesLoader(leagueID, season = NULL, type = "regular")
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 |
Returns a data.frame with the scheduling
# Loads the SHL schedule from season 64
gamesLoader(leagueID = 0, season = 64, type = "regular")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.