This function determines if the current game is part of a back-to-back (B2B) scenario.
Usage
calc_is_b2b(days_next_game, days_rest)
Arguments
- days_next_game
The number of days until the next game.
- days_rest
The number of days of rest before the current game.
Value
A logical value indicating if it's a back-to-back.