bart_poy | R Documentation |
Returns Player of the Year ratings by conference and class splits.
bart_poy(year = current_season(), conf = conf, class = c('fr', 'so', 'jr', 'sr'), conf_only = FALSE)
conf |
Restricts to specific conference. Full conference list can be found here https://barttorvik.com/trank.php?sort=0&conlimit=All&year=2022&conyes=1# |
class |
Refers to listed class year – defaults to NULL |
conf_only |
Restricts to conference-only games – defaults to NULL |
Tibble returns POY rating by split
try(head(bart_poy(year=2019, conf='ACC')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.