get_bracket | R Documentation |
get_bracket()
retrieves information on each series for a given season
, including but not limited to their title, abbreviation, 1-letter code, round, top and bottom seeds, and winning and losing teams' IDs. Access get_seasons()
for season
reference.
get_bracket(season = get_season_now()$seasonId - 1)
season |
integer in YYYYYYYY |
tibble with one row per series
bracket_20242025 <- get_bracket(season=20242025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.