ss_get_standings_by_season_game_id: ss_get_standings_by_season_game_id

View source: R/mod_summary_functions_standings.R

ss_get_standings_by_season_game_idR Documentation

ss_get_standings_by_season_game_id

Description

Given a division and a SeasonGameId, get the standings, either at the start of day (before is TRUE) or the end of day (before is FALSE).

Usage

ss_get_standings_by_season_game_id(
  lzy_standings,
  lzy_game_logs,
  division,
  season_game_id,
  before = TRUE
)

Arguments

lzy_standings

Lazy standings table

lzy_game_logs

Lazy game logs table

division

division table (Year, League and Division)

season_game_id

SeasonGameId

before

If TRUE, use start-of-day. Otherwise, end-of-day.

Value

Standings table


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