View source: R/mod_summary_functions_standings.R
ss_get_standings_by_season_game_id | R Documentation |
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
).
ss_get_standings_by_season_game_id( lzy_standings, lzy_game_logs, division, season_game_id, before = TRUE )
lzy_standings |
Lazy standings table |
lzy_game_logs |
Lazy game logs table |
division |
division table ( |
season_game_id |
SeasonGameId |
before |
If |
Standings table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.