get_team_seasons {nhlscraper}R 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')

[Package nhlscraper version 0.2.0 Index]