Skip to contents

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