View source: R/get_jersey_players.R
get_jersey_players | R Documentation |
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)
jersey |
An integer or a vector of integers between 0 & 99 |
A tibble containing each player-season where a player wore the specified number
## Not run: #' get_jersey_players(69) get_jersey_players(c(99, 66)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.