Returns teams and their conference affiliation by year
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