This function combines team and opponent stats.
Usage
combine_team_and_opp_scores(team_all_stats, opp_all_stats)
Arguments
- team_all_stats
A data frame containing processed team stats.
- opp_all_stats
A data frame containing processed opponent team stats.
Value
A data frame with combined team and opponent stats.