player_seasons: Access the season(s) and game type(s) in which a player...

View source: R/Player.R

player_seasonsR Documentation

Access the season(s) and game type(s) in which a player played

Description

player_seasons() returns the seasons and game type IDs available in a player's GameCenter game-log payload.

Usage

player_seasons(player = 8478402)

Arguments

player

integer ID (e.g., 8480039); see players() for reference

Value

data.frame with one row per season

Examples

Martin_Necas_seasons <- player_seasons(player = 8480039)

nhlscraper documentation built on June 29, 2026, 1:06 a.m.