Learn R Programming

nhlscraper (version 0.2.0)

get_team_seasons: 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")

Value

tibble with one row per season

Arguments

team

3-letter Code

Examples

Run this code
COL_seasons <- get_team_seasons(team='COL')

Run the code above in your browser using DataLab