| add_goalie_biometrics | R Documentation |
add_goalie_biometrics() adds goalie biometrics (height, weight, hand, and age at game date) to (a) play-by-play(s) for shot attempts. Goalie identity is resolved from goalieInNetId first and goaliePlayerIdAgainst second. If neither is available on a row, the added goalie biometrics are left as NA.
add_goalie_biometrics(play_by_play)
play_by_play |
data.frame of play-by-play(s) using the current public schema returned by |
data.frame with one row per event (play) and added columns: goalieHeight, goalieWeight, goalieHandCode, and goalieAge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.