cfbd_coaches_tenures: *Get coaching tenures*

View source: R/cfbd_coaches.R

cfbd_coaches_tenuresR Documentation

Get coaching tenures

Description

Get coaching tenures Start and end of each coaching tenure.

Usage

cfbd_coaches_tenures(
  coach_id = NULL,
  team = NULL,
  year = NULL,
  active = NULL,
  proxy = NULL
)

Arguments

coach_id

(Integer optional): Coach identifier.

team

(String optional): Team filter.

year

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

active

(Logical optional): Restrict to currently active tenures.

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_coaches_tenures() - A tibble with 20 columns:

col_name types description
id integer Record identifier.
hire_date character Hire date of the coach (ISO date string).
start_year integer Start year.
end_year integer End year.
effective_start logical Effective start.
effective_end logical Effective end.
is_interim logical Is interim.
active logical Active.
seasons integer Seasons.
attribution_complete logical Attribution complete.
coach_id integer Coach identifier.
coach_first_name character Coach first name.
coach_last_name character Coach last name.
team_id integer Referencing team id.
team_school character School name of the team.
record_games integer Record games.
record_wins integer Record wins.
record_losses integer Record losses.
record_ties integer Record ties.
record_win_percentage numeric Record win percentage.

See Also

Other CFBD Coaches Functions: cfbd_coaches(), cfbd_coaches_profile(), cfbd_coaches_seasons()

Examples


  try(cfbd_coaches_tenures(team = "Georgia"))


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