get_schedule | R Documentation |
get_schedule()
retrieves information on each game for a given date
, including but not limited to their ID; type; venue; start time; tickets link; and home and away teams' IDs, names, and scores. Access get_seasons()
for date
reference. Unable to conclude any major difference versus get_scores()
; may soon be deprecated.
get_schedule(date = "2025-01-01")
date |
string in 'YYYY-MM-DD' |
tibble with one row per game
schedule_2025_01_02 <- get_schedule(date='2025-01-02')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.