powered by
Get team records by year
cfbd_game_records(year, team = NULL, conference = NULL)
(Integer optional): Year, 4 digit format (YYYY)
(String optional): Team - Select a valid team, D1 football
(String optional): DI Conference abbreviation - Select a valid FBS conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC
cfbd_game_records() - A data frame with 21 variables:
cfbd_game_records()
year
Season of the games.
team
Team name.
conference
Conference of the team.
division
Division in the conference of the team.
expected_wins
Expected number of wins based on post-game win probability.
total_games
Total number of games played.
total_wins
Total wins.
total_losses
Total losses.
total_ties
Total ties.
conference_games
Number of conference games.
conference_wins
Total conference wins.
conference_losses
Total conference losses.
conference_ties
Total conference ties.
home_games
Total home games.
home_wins
Total home wins.
home_losses
Total home losses.
home_ties
Total home ties.
away_games
Total away games.
away_wins
Total away wins.
away_losses
Total away losses.
away_ties
Total away ties.
# NOT RUN { try(cfbd_game_records(2018, team = "Notre Dame")) try(cfbd_game_records(2013, team = "Florida State")) # }
Run the code above in your browser using DataLab