| series_schedule | R Documentation |
series_schedule() scrapes the playoff schedule for a given set of
season and series.
series_schedule(season = season_now(), series = "a")
season |
integer in YYYYYYYY (e.g., 20242025); see |
series |
one-letter code (e.g., 'O'); see |
data.frame with one row per game
SCF_schedule_20212022 <- series_schedule(
season = 20212022,
series = 'O'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.