powered by
Acquire the CFBD calculated elo ratings data by team, year, week, and conference
cfbd_ratings_elo(year = NULL, week = NULL, team = NULL, conference = NULL)
(Integer optional): Year, 4 digit format (YYYY)
(Integer optional): Maximum Week of ratings.
(String optional): D-I Team
(String optional): Conference abbreviation - SRS information by conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC
cfbd_ratings_elo() - A data frame with 6 variables:
cfbd_ratings_elo()
year
Season of the SRS rating.
team
Team name.
conference
Conference of the team.
division
Division in the conference for the team.
rating
Simple Rating System (SRS) rating.
ranking
Simple Rating System ranking within the group returned.
# NOT RUN { try(cfbd_ratings_elo(year = 2019, team = "Texas")) try(cfbd_ratings_elo(year = 2018, conference = "SEC")) # } # NOT RUN { # }
Run the code above in your browser using DataLab