get_jersey_players: Get Players by Jersey Number

View source: R/get_jersey_players.R

get_jersey_playersR Documentation

Get Players by Jersey Number

Description

Get the name of every player to wear a specific jersey number in the NHL and the season in which they wore it.

Usage

get_jersey_players(jersey)

Arguments

jersey

An integer or a vector of integers between 0 & 99

Value

A tibble containing each player-season where a player wore the specified number

Examples

## Not run: 
#' get_jersey_players(69)
get_jersey_players(c(99, 66))

## End(Not run)

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