| cfbd_ratings_core | R Documentation |
Get core team ratings CFBD's core team rating measures.
cfbd_ratings_core(year = NULL, team = NULL, conference = NULL, proxy = NULL)
year |
(Integer optional): Season, 4 digits (YYYY). |
team |
(String optional): Team filter. |
conference |
(String optional): Conference abbreviation filter. |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_ratings_core() - A tibble with 11 columns:
| col_name | types | description |
| year | integer | Four-digit season year. |
| through_season_type | character | Season type the rating is computed through. |
| through_week | integer | Week the rating is computed through. |
| team | character | Team name. |
| conference | character | Conference name. |
| overall | numeric | Overall rating. |
| offense | numeric | Offensive rating. |
| defense | numeric | Defensive rating. |
| offense_plays | integer | Offensive plays underlying the rating. |
| defense_plays | integer | Defensive plays underlying the rating. |
| model_version | character | Version of the rating model that produced the row. |
Other CFBD Ratings Functions:
cfbd_ratings_srs_expanded()
try(cfbd_ratings_core(year = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.