ncaa_wbb: *NCAA Women's Basketball Endpoint Overview*

ncaa_wbbR Documentation

NCAA Women's Basketball Endpoint Overview

Description

Wrappers around NCAA-side women's college basketball endpoints beyond what ESPN exposes (rankings, teams reference, etc.). All requests use the same .retry_request() HTTP layer as the rest of the package.

Details

NCAA endpoints

Function Purpose
ncaa_wbb_teams() NCAA WBB team reference
ncaa_wbb_NET_rankings() NCAA NET rankings

Resilience pattern

NCAA endpoints occasionally drop columns. The wrappers use dplyr::any_of() / dplyr::rename(any_of(c(new = "old"))) so schema drift doesn't crash the parser — see ncaa_wbb_NET_rankings() for the reference implementation.


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.