bart_conf_factors | R Documentation |
Returns conference-wide four factor data and aggregate records on a variety of splits, including date range, quadrant opponent, game location, and game type.
bart_conf_factors(year=current_season(), venue=c('all','home','away','neutral','road'), type=c('all','nc','conf','reg','post','ncaa'), quad=c(0, 1, 2, 3, 4), start=c('yyyymmdd'), end=c('yyyymmdd'))
venue=c('all', 'home', 'away', 'neutral', 'road') |
Splits by game location; 'road' restricts to away + neutral games |
quad=c(0, 1, 2, 3, 4) |
Splits by quadrant; '0' restricts to Quad 1-A games |
type=c('all', 'nc', 'conf', 'reg', 'post', 'ncaa') |
Splits by game type; 'post' restricts to any post-season game |
Quadrant filter is based on estimated Selection Sunday NET rank and might not mirror actual rankings. For a complete list of current quadrant records and boundaries, visit https://bracketologists.com or pull from bart_tourney_sheets
.
Returns a tibble of ratings
try(head(bart_conf_factors(year=2018, venue='home', quad='3')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.