| cfbd_coaches_tenures | R Documentation |
Get coaching tenures Start and end of each coaching tenure.
cfbd_coaches_tenures(
coach_id = NULL,
team = NULL,
year = NULL,
active = NULL,
proxy = NULL
)
coach_id |
(Integer optional): Coach identifier. |
team |
(String optional): Team filter. |
year |
(Integer optional): Season, 4 digits (YYYY). |
active |
(Logical optional): Restrict to currently active tenures. |
proxy |
(List optional): Per-call proxy override passed to
|
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. |
Other CFBD Coaches Functions:
cfbd_coaches(),
cfbd_coaches_profile(),
cfbd_coaches_seasons()
try(cfbd_coaches_tenures(team = "Georgia"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.