get_skater_stats: Summarize skater stats by Game ID

Description Usage Arguments Details Author(s)

View source: R/skater_summary.r

Description

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

Usage

1
get_skater_stats(dataset, combined = FALSE)

Arguments

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

Details

Author(s)

Eric Fastner (eric.fastner@gmail.com)


EFastner/icescrapR documentation built on Jan. 15, 2022, 1:11 p.m.