get_bracket: Get bracket by season

View source: R/Playoff.R

get_bracketR 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)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.