Skip to contents

Get ESPN Women's College Basketball Seasons

Get ESPN Women's College Basketball Seasons

Usage

espn_wbb_seasons(...)

Arguments

...

Additional arguments; currently unused but retained for forward compatibility. Proxy configuration should use options(wehoop.proxy = ...) – see ?wehoop for details.

Value

A single wehoop_data tibble with one row per season.

col_nametypes
seasoninteger
start_datecharacter
end_datecharacter
display_namecharacter
season_type_countinteger

Author

Saiem Gilani

Examples

# \donttest{
  espn_wbb_seasons()
#> ── ESPN WOMENS-COLLEGE-BASKETBALL Seasons from ESPN.com ──────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-06 04:51:18 UTC
#> # A tibble: 1 × 5
#>   season start_date end_date display_name season_type_count
#>    <int> <chr>      <chr>    <chr>                    <int>
#> 1     NA NA         NA       NA                          NA
# }