Get current NHL rosters
get_current_rosters()
A tibble containing the current rosters for every team per the NHL
NHL player ID, as an integer
Player name as a string
Player jersey number, as an integer
Abbreviated official player position, as a string
Abbreviated position group: F, D, or G
NHL integer team ID
Full team name as a string
Team abbreviation, as a string
if (FALSE) {
current_rosters <- get_current_rosters()
}