get_team_seasons: Get season(s) for which team played in regular season and/or...

View source: R/Team.R

get_team_seasonsR Documentation

Get season(s) for which team played in regular season and/or playoffs

Description

get_team_seasons() retrieves information on each season for a given team, including but not limited to their ID and game-type(s). Access get_teams() for team reference.

Usage

get_team_seasons(team = "BOS")

Arguments

team

3-letter Code

Value

tibble with one row per season

Examples

COL_seasons <- get_team_seasons(team='COL')

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