Get current NHL rosters

get_current_rosters()

Value

A tibble containing the current rosters for every team per the NHL

player_id

NHL player ID, as an integer

player

Player name as a string

jersey_number

Player jersey number, as an integer

position

Abbreviated official player position, as a string

position_type

Abbreviated position group: F, D, or G

team_id

NHL integer team ID

full_team_name

Full team name as a string

team_abbr

Team abbreviation, as a string

Examples

if (FALSE) {
current_rosters <- get_current_rosters()
}