powered by
Get the name of every player to wear a specific jersey number in the NHL and the season in which they wore it.
get_jersey_players(jersey)
A tibble containing each player-season where a player wore the specified number
An integer or a vector of integers between 0 & 99
if (FALSE) { #' get_jersey_players(69) get_jersey_players(c(99, 66)) }
Run the code above in your browser using DataLab