Skip to contents

Returns teams and their conference affiliation by year

Usage

bart_teams(year = NULL, conf = NULL)

Arguments

year

Year to filter

conf

Conference to filter

Value

Returns a tibble with three columns:

team

character.

year

integer.

conf

character.

Details

Function pulls teams and their men's basketball conference affiliation by year back to 2008

Examples

bart_teams(conf='ACC')
#> ── Team Database ─────────────────────────────────────────────── toRvik 1.0.2 ──
#>  Data updated: 2022-09-08 17:41:53 EDT
#> # A tibble: 207 × 3
#>    team            year conf 
#>    <chr>          <int> <chr>
#>  1 Boston College  2008 ACC  
#>  2 Boston College  2009 ACC  
#>  3 Boston College  2010 ACC  
#>  4 Boston College  2011 ACC  
#>  5 Boston College  2012 ACC  
#>  6 Boston College  2013 ACC  
#>  7 Boston College  2014 ACC  
#>  8 Boston College  2015 ACC  
#>  9 Boston College  2016 ACC  
#> 10 Boston College  2017 ACC  
#> # … with 197 more rows