cfbd_ratings_srs | R Documentation |
At least one of year or team must be specified for the function to run
cfbd_ratings_srs(year = NULL, team = NULL, conference = NULL)
year |
(Integer optional): Year, 4 digit format (YYYY) |
team |
(String optional): D-I Team |
conference |
(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_srs()
- A data frame with 6 variables:
year
: integer.Season of the SRS rating.
team
: character.Team name.
conference
: character.Conference of the team.
division
: logical.Division in the conference for the team.
rating
: double.Simple Rating System (SRS) rating.
ranking
: integer.Simple Rating System ranking within the group returned.
try(cfbd_ratings_srs(year = 2019, team = "Texas")) try(cfbd_ratings_srs(year = 2018, conference = "SEC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.