Skip to contents

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

Usage

bart_coach_change(year = current_season())

Arguments

year

Defaults to current season (YYYY).

Value

Returns a tibble with four columns:

team

character.

conf

character.

old_coach

character.

new_coach

character.

Examples

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