Description Usage Arguments Examples
Returns a data frame of league schedule and game data for user supplied leagues & seasons.
1 | get_schedule(league, season, ..., progress = TRUE)
|
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 |
... |
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 |
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.