cfbd_coaches_profile: *Get a coach profile*

View source: R/cfbd_coaches.R

cfbd_coaches_profileR Documentation

Get a coach profile

Description

Get a coach profile Biographical profile for a single coach.

Usage

cfbd_coaches_profile(coach_id, proxy = NULL)

Arguments

coach_id

(Integer required): Coach identifier.

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_profile() - A tibble with 19 columns:

col_name types description
id integer Record identifier.
first_name character First name.
last_name character Last name.
display_name logical Display name.
current_team logical Current team.
birth_date logical Birth date and time (ISO 8601).
alma_mater logical Alma mater.
graduation_year logical Graduation year.
wikidata_id logical Wikidata identifier.
hall_of_fame_year logical Hall of fame year.
career_seasons integer Seasons coached across the career.
career_teams integer Distinct teams coached.
career_first_year integer First season of the coaching career.
career_last_year integer Most recent season coached.
career_games integer Career games coached.
career_wins integer Career wins.
career_losses integer Career losses.
career_ties integer Career ties.
career_win_percentage numeric Career winning percentage.

See Also

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

Examples


  try(cfbd_coaches_profile(coach_id = 1))


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