cfbd_coaches | R Documentation |
Coach information search A coach search function which provides coaching records and school history for a given coach
cfbd_coaches( first = NULL, last = NULL, team = NULL, year = NULL, min_year = NULL, max_year = NULL )
first |
(String optional): First name for the coach you are trying to look up |
last |
(String optional): Last name for the coach you are trying to look up |
team |
(String optional): Team - Select a valid team, D1 football |
year |
(Integer optional): Year, 4 digit format (YYYY). |
min_year |
(Integer optional): Minimum Year filter (inclusive), 4 digit format (YYYY). |
max_year |
(Integer optional): Maximum Year filter (inclusive), 4 digit format (YYYY) |
First name of coach.
Last name of coach.
Hire date of coach.
School of coach.
Season of record.
Games as coach.
Wins for the season.
Losses for the season.
Ties for the season.
Preseason rank for the school of coach.
Postseason rank for the school of coach.
Simple Rating System adjustment for team.
Bill Connelly's SP+ overall for team.
Bill Connelly's SP+ offense for team.
Bill Connelly's SP+ defense for team.
try(cfbd_coaches(first = "Nick", last = "Saban", team = "alabama"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.