R/utils.R
calc_days_next_game.Rd
This function calculates the number of days until the next game for a team.
calc_days_next_game(game_count, game_date)
The count of games for the season.
The date of the current game.
A numeric value representing the days until the next game.