Learn R Programming

hockeyR (version 1.3.0)

get_team_rosters: Get current team roster

Description

Get current team roster

Usage

get_team_rosters(team)

Value

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

Arguments

team

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

Examples

Run this code
if (FALSE) {
get_team_rosters("SEA")
}

Run the code above in your browser using DataLab