cfbd_ratings_srs_expanded: *Get expanded SRS ratings*

View source: R/cfbd_ratings.R

cfbd_ratings_srs_expandedR Documentation

Get expanded SRS ratings

Description

Get expanded SRS ratings Simple Rating System with its component breakdown.

Usage

cfbd_ratings_srs_expanded(
  year = NULL,
  team = NULL,
  conference = NULL,
  division = NULL,
  proxy = NULL
)

Arguments

year

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

team

(String optional): Team filter.

conference

(String optional): Conference abbreviation filter.

division

(String optional): Division/classification filter – fbs, fcs, ii, ii/iii, iii.

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_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.

See Also

Other CFBD Ratings Functions: cfbd_ratings_core()

Examples


  try(cfbd_ratings_srs_expanded(year = 2024))


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