Learn R Programming

nhlscraper (version 0.2.0)

get_bracket: 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)

Value

tibble with one row per series

Arguments

season

integer in YYYYYYYY

Examples

Run this code
bracket_20242025 <- get_bracket(season=20242025)

Run the code above in your browser using DataLab