powered by
Returns a tibble with similar quality and resume metrics used by the NCAA seeding committee. Data runs back to the 2019 tournament.
bart_tourney_sheets(year = current_season())
Returns a tibble with 16 columns:
team
character.
seed
double.
net
kpi
sor
res_avg
double. Average of resume rankings (NET, KPI, and SOR).
bpi
kp
sag
qual_avg
double. Average of quality rankings (BPI, KP, and Sag).
q1a
q1
q2
q1_2
q3
q4
Defaults to current season (YYYY).
try(bart_tourney_sheets(year=2019))
Run the code above in your browser using DataLab