View source: R/mod_summary_functions_standings.R
ss_get_standings_for_streak | R Documentation |
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
).
ss_get_standings_for_streak(lzy_standings, lzy_game_logs, franchises, streak)
lzy_standings |
Lazy standings table |
lzy_game_logs |
Lazy game logs table |
franchises |
Franchises table |
streak |
Streak |
list with streak_info
, standings_before
, standings_after
,
and standings_final
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.