View source: R/bart_tourney_sheets.R
bart_tourney_sheets | R Documentation |
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())
year |
Defaults to current season (YYYY). |
Returns a tibble with 16 columns:
team
character.
seed
double.
net
double.
kpi
double.
sor
double.
res_avg
double. Average of resume rankings (NET, KPI, and SOR).
bpi
double.
kp
double.
sag
double.
qual_avg
double. Average of quality rankings (BPI, KP, and Sag).
q1a
character.
q1
character.
q2
character.
q1_2
character.
q3
character.
q4
character.
try(bart_tourney_sheets(year=2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.