add_shooter_biometrics: Add shooter biometrics to (a) play-by-play(s)

View source: R/Clean.R

add_shooter_biometricsR Documentation

Add shooter biometrics to (a) play-by-play(s)

Description

add_shooter_biometrics() adds shooter biometrics (height, weight, hand, age at game date, and position) to (a) play-by-play(s) for shot attempts.

Usage

add_shooter_biometrics(play_by_play)

Arguments

play_by_play

data.frame of play-by-play(s) using the current public schema returned by gc_play_by_play(), gc_play_by_plays(), wsc_play_by_play(), or wsc_play_by_plays()

Value

data.frame with one row per event (play) and added columns: shooterHeight, shooterWeight, shooterHandCode, shooterAge, and shooterPositionCode


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