| cfbd_coaches_profile | R Documentation |
Get a coach profile Biographical profile for a single coach.
cfbd_coaches_profile(coach_id, proxy = NULL)
coach_id |
(Integer required): Coach identifier. |
proxy |
(List optional): Per-call proxy override passed to
|
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. |
Other CFBD Coaches Functions:
cfbd_coaches(),
cfbd_coaches_seasons(),
cfbd_coaches_tenures()
try(cfbd_coaches_profile(coach_id = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.