Learn R Programming

hockeyR (version 1.3.0)

get_jersey_players: 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)

Value

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

Arguments

jersey

An integer or a vector of integers between 0 & 99

Examples

Run this code
if (FALSE) {
#' get_jersey_players(69)
get_jersey_players(c(99, 66))
}

Run the code above in your browser using DataLab