get_bracket {nhlscraper} | R Documentation |
Get bracket by season
Description
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.
Usage
get_bracket(season = get_season_now()$seasonId - 1)
Arguments
season |
integer in YYYYYYYY |
Value
tibble with one row per series
Examples
bracket_20242025 <- get_bracket(season=20242025)
[Package nhlscraper version 0.2.0 Index]