powered by
Get matchup history records between two teams.
cfbd_team_matchup_records(team1, team2, min_year = NULL, max_year = NULL)
(String required): D-I Team 1
(String required): D-I Team 2
(Integer optional): Minimum of year range, 4 digit format (YYYY)
(Integer optional): Maximum of year range, 4 digit format (YYYY)
cfbd_team_matchup_records() - A data frame with 7 variables:
cfbd_team_matchup_records()
start_year
Span starting year.
end_year
Span ending year.
team1
First team selected in query.
team1_wins
First team wins in series against team2.
team2
Second team selected in query.
team2_wins
Second team wins in series against team1.
ties
Number of ties in the series.
# NOT RUN { try(cfbd_team_matchup_records("Texas", "Oklahoma")) try(cfbd_team_matchup_records("Texas A&M", "TCU", min_year = 1975)) # } # NOT RUN { # }
Run the code above in your browser using DataLab