get_game_results: Summarize Game Results

Description Usage Arguments Author(s)

View source: R/game_summary.r

Description

Utilize NHL RTSS game data to summarize game results.

Use get_game_results() to summarize by game ID
Use get_team_results() to summarize by team

Usage

1
2
3
get_game_results(raw_data, full_season = FALSE)

get_team_results(raw_data, full_season = FALSE)

Arguments

raw_data

A data frame containing NHL RTSS data

full_season

if TRUE will add columns to summarize total number of games played as well as total points earned

Author(s)

Eric Fastner (eric.fastner@gmail.com)


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