ss_get_standings_for_streak: ss_get_standings_for_streak

View source: R/mod_summary_functions_standings.R

ss_get_standings_for_streakR Documentation

ss_get_standings_for_streak

Description

Given a streak, return the division standings before the streak started (standings_before), after the last game of the streak (standings_after), and at the end of the season (standings_final). Also compute a summary object (streak_info).

Usage

ss_get_standings_for_streak(lzy_standings, lzy_game_logs, franchises, streak)

Arguments

lzy_standings

Lazy standings table

lzy_game_logs

Lazy game logs table

franchises

Franchises table

streak

Streak

Value

list with streak_info, standings_before, standings_after, and standings_final


tor-gu/streakexplorer documentation built on Aug. 2, 2022, 8:22 p.m.