Learn R Programming

wehoop (version 3.0.0)

bart_wbb_ratings: Bart Torvik Women's T-Rank Ratings

Description

Get women's college basketball T-Rank team ratings and adjusted efficiencies from barttorvik.com. Pulls the /ncaaw/{year}_team_results.csv file (one row per team). No API key required.

Usage

bart_wbb_ratings(year = most_recent_wbb_season())

Value

A wehoop_data tibble, one row per team: rank, team, conf, record, adjoe, adjde, barthag, plus projection / SOS / quality columns, and year.

Arguments

year

Season, 4-digit ending-year format (e.g. 2024). Defaults to most_recent_wbb_season().

See Also

Other Bart Torvik Functions: bart_wbb_game_schedule()

Examples

Run this code
# \donttest{
  try(bart_wbb_ratings(year = 2024))
# }

Run the code above in your browser using DataLab