bart_poy | R Documentation |
Returns Barttorvik Player of the Year ratings on a variety of splits.
bart_poy( year = current_season(), conf = "All", class = NULL, conf_only = FALSE )
year |
Defaults to current season (YYYY). |
conf |
Filters results by conference; defaults to all (see details). |
class |
Filters results by class ('fr', 'so', 'jr', 'sr'); defaults to no filter. |
conf_only |
Logical. Filters data by conference-only play; defaults to 'FALSE'. |
Accepted conference abbreviations for the 'conf' argument are:
‘A10’, ‘ACC’, ‘AE’, ‘ASun’, ‘Amer’, ‘B10’, ‘B12’, ‘BE’, ‘BSky’, ‘BSth’, ‘BW’, ‘CAA’, ‘CUSA’, ‘Horz’, ‘Ivy’, ‘MAAC’, ‘MAC’, ‘MEAC’, ‘MVC’, ‘MWC’, ‘NEC’, ‘OVC’, ‘P12’, ‘Pat’, ‘SB’, ‘SC’, ‘SEC’, ‘SWAC’, ‘Slnd’, ‘Sum’, ‘WAC’, ‘WCC’
Returns a tibble with four columns:
rk
integer.
player
character.
team
character.
score
double.
try(bart_poy(year=2019, class='fr'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.