| cfbd_ratings_srs_expanded | R Documentation |
Get expanded SRS ratings Simple Rating System with its component breakdown.
cfbd_ratings_srs_expanded(
year = NULL,
team = NULL,
conference = NULL,
division = NULL,
proxy = NULL
)
year |
(Integer optional): Season, 4 digits (YYYY). |
team |
(String optional): Team filter. |
conference |
(String optional): Conference abbreviation filter. |
division |
(String optional): Division/classification filter – |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_ratings_srs_expanded() - A tibble with 7 columns:
| col_name | types | description |
| year | integer | Four-digit season year. |
| team | character | Team name. |
| classification | character | Division classification (fbs, fcs, ii, ii/iii, iii). |
| conference | character | Conference name. |
| division | logical | Division. |
| ranking | integer | Rank by rating. |
| rating | numeric | Rating value. |
Other CFBD Ratings Functions:
cfbd_ratings_core()
try(cfbd_ratings_srs_expanded(year = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.