bart_poy: Get Player of the Year Ratings

View source: R/bart_poy.R

bart_poyR Documentation

Get Player of the Year Ratings

Description

Returns Barttorvik Player of the Year ratings on a variety of splits.

Usage

bart_poy(
  year = current_season(),
  conf = "All",
  class = NULL,
  conf_only = FALSE
)

Arguments

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'.

Details

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’

Value

Returns a tibble with four columns:

rk

integer.

player

character.

team

character.

score

double.

Examples

try(bart_poy(year=2019, class='fr'))


toRvik documentation built on Nov. 10, 2022, 5:50 p.m.