R/utils.R
calc_days_rest.Rd
This function calculates the number of days of rest between games.
calc_days_rest(game_count, game_date)
The count of games for the season.
The date of the current game.
A numeric value representing the days of rest.