Description Usage Arguments Details Author(s)
View source: R/skater_summary.r
Create a data frame of all skaters contained in an NHL RTSS data frame. Choose to split home and away separately or combine into one dataframe. Explanation of calculated stats included in details
1 | get_skater_stats(dataset, combined = FALSE)
|
dataset |
A Raw NHL RTSS Data Frame |
combined |
when combined = FALSE, the default, get_skater_stats will output a list of 2 data frames with the home skaters in [1] and away in [2]. To combine into one data set, use combined = TRUE |
TOI = Time on Ice
G = Goals
A1 = First Assists
A2 = Second Assits
A = Total Assists
P = Total Points
P1 = Goals and First Assists
FOW = Faceoff Wins
FOT = Faceoffs Taken
FOL = Faceoffs Lost
SOG = Shots on Goal
iCF = Individual Corsi For
HITS = Hits
BLK = Blocks
PEND = Penalties Drawn
PENT = Penalties Taken
CF = Team Corsi For
CA = Team Corsi Against
CF_5v5 = Team Corsi For at 5 on 5
CA_5v5 = Team Corsi Against at 5 on 5
GF_5v5 = Team Goals For at 5 on 5
GA_5v5 = Team Goals Against at 5 on 5
FO_per = Faceoff Percentage
GS = Gamescore
Eric Fastner (eric.fastner@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.