This function joins team and opponent stats with game information.
Usage
join_scores(all_stats, team_games, opp_team_games)
Arguments
- all_stats
A data frame with combined team and opponent stats.
- team_games
A data frame with processed team game data.
- opp_team_games
A data frame with processed opponent team game data.
Value
A data frame with joined stats.