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
)
(String optional): First name for the coach you are trying to look up
(String optional): Last name for the coach you are trying to look up
(String optional): Team - Select a valid team, D1 football
(Integer optional): Year, 4 digit format (YYYY).
(Integer optional): Minimum Year filter (inclusive), 4 digit format (YYYY).
(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.
# NOT RUN {
try(cfbd_coaches(first = "Nick", last = "Saban", team = "alabama"))
# }
Run the code above in your browser using DataLab