Learn R Programming

toRvik (version 1.1.1)

bart_tourney_sheets: Get Committee Tournament Sheets

Description

Returns a tibble with similar quality and resume metrics used by the NCAA seeding committee. Data runs back to the 2019 tournament.

Usage

bart_tourney_sheets(year = current_season())

Value

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.

Arguments

year

Defaults to current season (YYYY).

Examples

Run this code
try(bart_tourney_sheets(year=2019))

Run the code above in your browser using DataLab