Get current team roster

get_team_rosters(team)

Arguments

team

A team name or abbreviation, as a string - or the NHL integer team ID

Value

A tibble containing the current official team roster per NHL.com

Examples

if (FALSE) {
get_team_rosters("SEA")
}