Skip to contents

Returns head coaching changes at the Division 1 level by season.

Usage

bart_coach_change(year = NULL, conf = NULL, team = NULL)

Arguments

year

Year to filter

conf

Conference to filter

team

Team to filter

Value

Returns a tibble with four columns:

team

character.

conf

character.

old_coach

character.

new_coach

character.

Examples

bart_coach_change(year=2015)
#> ── Coaching Changes ──────────────────────────────────────────── toRvik 1.1.0 ──
#>  Data updated: 2022-09-09 13:47:16 EDT
#> # A tibble: 49 × 5
#>    team                  conf  old_coach       new_coach       year
#>    <chr>                 <chr> <chr>           <chr>          <int>
#>  1 Appalachian St.       SB    Jason Capel     Jim Fox         2015
#>  2 Auburn                SEC   Tony Barbee     Bruce Pearl     2015
#>  3 Boston College        ACC   Steve Donahue   Jim Christian   2015
#>  4 Bowling Green         MAC   Louis Orr       Chris Jans      2015
#>  5 Butler                BE    Brandon Miller  Chris Holtmann  2015
#>  6 California            P12   Mike Montgomery Cuonzo Martin   2015
#>  7 Central Arkansas      Slnd  Clarence Finley Russ Pennell    2015
#>  8 Charlotte             CUSA  Alan Major      Ryan Odom       2015
#>  9 College of Charleston CAA   Doug Wojcik     Earl Grant      2015
#> 10 Coppin St.            MEAC  Fang Mitchell   Michael Grant   2015
#> # … with 39 more rows