Skip to contents

Get game-log by player, season, and game-type

Usage

get_player_game_log(
  player = 8480039,
  season = get_season_now()$seasonId,
  game_type = 2
)

Arguments

player

integer Player ID

season

integer Season in YYYYYYYY

game_type

integer Game-type where 2=regular and 3=playoffs

Value

tibble with one row per game

Examples

playoff_Mikko_Rantanen_gl_20242025 <- get_player_game_log(
  player=8478420,
  season=20242025,
  game_type=3
)