View source: R/mod_summary_functions_standings.R
ss_get_same_day_team_games_lzy | R Documentation |
Given the year and the SeasonGameId, find all games between the same two
teams either earlier in the same day (when before
is TRUE
) or later
in the same day (when before
is FALSE
). The result is a lazy query
to the game_logs table.
ss_get_same_day_team_games_lzy( lzy_game_logs, year, season_game_id, before = TRUE )
lzy_game_logs |
Lazy game logs table |
year |
Year |
season_game_id |
SeasonGameId |
before |
If |
The result is normally empty, and is only interesting when there is a double-header.
Lazy query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.