get_schedule: Gets schedule data and box score URLs for specified league...

Description Usage Arguments Examples

View source: R/get_schedule.R

Description

Returns a data frame of league schedule and game data for user supplied leagues & seasons.

Usage

1
get_schedule(league, season, ..., progress = TRUE)

Arguments

league

Leagues from which the user wants to scrape data ("OHL" and/or "WHL" and/or "QMJHL").

season

Seasons for which the user wants to scrape data. Must be of the form 2017-18, 1995-96, etc.

...

Allows the user to supply other information to the function. If you don't know what this means, then don't worry about it.

progress

Sets a Progress Bar. Defaults to TRUE.

Examples

1
2
3
4
5
get_schedule("OHL", "2018-19")

get_schedule("QMJHL", "1999-00", progress = FALSE)

get_schedule(c("OHL", "WHL", "QMJHL"), c("2018-19", "2017-18"))

Dooms31/nojhl documentation built on Oct. 9, 2020, 2:27 a.m.