get_current_rosters: Get current NHL rosters

View source: R/get_current_rosters.R

get_current_rostersR Documentation

Get current NHL rosters

Description

Get current NHL rosters

Usage

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

## Not run: 
current_rosters <- get_current_rosters()

## End(Not run)

hockeyR documentation built on Oct. 12, 2022, 5:07 p.m.