cfbd_ratings_core: *Get core team ratings*

View source: R/cfbd_ratings.R

cfbd_ratings_coreR Documentation

Get core team ratings

Description

Get core team ratings CFBD's core team rating measures.

Usage

cfbd_ratings_core(year = NULL, team = NULL, conference = NULL, proxy = NULL)

Arguments

year

(Integer optional): Season, 4 digits (YYYY).
Minimum value accepted: 2016

team

(String optional): Team filter.

conference

(String optional): Conference abbreviation filter.

proxy

(List optional): Per-call proxy override passed to get_req(). NULL (default) falls back to getOption("cfbfastR.proxy") and then the ⁠http(s)_proxy⁠ environment variables, so a caller can override the shared setting for one endpoint.

Value

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.

See Also

Other CFBD Ratings Functions: cfbd_ratings_srs_expanded()

Examples


  try(cfbd_ratings_core(year = 2024))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.