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())Arguments
- year
Season, 4-digit ending-year format (e.g.
2024). Defaults tomost_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.
See also
Other Bart Torvik Functions:
bart_wbb_game_schedule()
Examples
# \donttest{
try(bart_wbb_ratings(year = 2024))
#> ── Bart Torvik women's T-Rank ratings from barttorvik.com ────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-06-30 19:32:11 UTC
#> # A tibble: 19 × 2
#> doctype_html_public_w3c_dtd_html_4_01_transitional_en_http_www_w3_org…¹ year
#> <chr> <int>
#> 1 "<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; ch… 2024
#> 2 "<TITLE>ERROR: The request could not be satisfied</TITLE>" 2024
#> 3 "</HEAD><BODY>" 2024
#> 4 "<H1>403 ERROR</H1>" 2024
#> 5 "<H2>The request could not be satisfied.</H2>" 2024
#> 6 "<HR noshade size=\"1px\">" 2024
#> 7 "Request blocked." 2024
#> 8 "We can't connect to the server for this app or website at this time. … 2024
#> 9 "<BR clear=\"all\">" 2024
#> 10 "If you provide content to customers through CloudFront, you can find … 2024
#> 11 "<BR clear=\"all\">" 2024
#> 12 "<HR noshade size=\"1px\">" 2024
#> 13 "<PRE>" 2024
#> 14 "Generated by cloudfront (CloudFront)" 2024
#> 15 "Request ID: 4gbU7cNbUSWU3Dgdm9VccTQuSuBF13utdbeuOrkNViwdRi6o-SOqzw==" 2024
#> 16 "</PRE>" 2024
#> 17 "<ADDRESS>" 2024
#> 18 "</ADDRESS>" 2024
#> 19 "</BODY></HTML>" 2024
#> # ℹ abbreviated name:
#> # ¹doctype_html_public_w3c_dtd_html_4_01_transitional_en_http_www_w3_org_tr_html4_loose_dtd
# }
