Learn R Programming

wehoop (version 3.0.0)

ncaa_wbb: 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.

Arguments

Details

NCAA endpoints

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