gamesLoader: Loads schedule from the Index

View source: R/shlAPI.R

gamesLoaderR Documentation

Loads schedule from the Index

Description

Loads schedule from the Index

Usage

gamesLoader(leagueID, season = NULL, type = "regular")

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

Returns a data.frame with the scheduling

Examples

# Loads the SHL schedule from season 64
gamesLoader(leagueID = 0, season = 64, type = "regular")


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