get_game_boxscore: Access the boxscore for a game, team, and player type

View source: R/GameOld.R

get_game_boxscoreR Documentation

Access the boxscore for a game, team, and player type

Description

get_game_boxscore() is deprecated. Use boxscore() instead.

Usage

get_game_boxscore(game = 2023030417, team = "home", player_type = "forwards")

Arguments

game

integer ID (e.g., 2025020275); see games() for reference

team

character of 'home' or 'away'

player_type

character of 'forwards', 'defense', or 'goalies'

Value

data.frame with one row per player


nhlscraper documentation built on Dec. 17, 2025, 5:10 p.m.