Get ESPN women's college basketball standings
Examples
# \donttest{
try(espn_wbb_standings(2021))
#> ── ESPN WBB Standings Information from ESPN.com ──────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:25 UTC
#> # A tibble: 346 × 74
#> team_id team playoffseed wins losses winpercent gamesbehind pointsfor
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 2856 California… 1 26 1 0.9629629… 0 2100
#> 2 24 Stanford C… 1 31 2 0.9393939… 0 2565
#> 3 41 UConn Husk… 1 28 2 0.9333333… 0 2456
#> 4 239 Baylor Bea… 1 28 3 0.9032257… 0 2539
#> 5 2083 Bucknell B… 1 9 1 0.8999999… 0 706
#> 6 526 Florida Gu… 1 26 3 0.8965517… 0 2366
#> 7 120 Maryland T… 1 26 3 0.8965517… 0 2632
#> 8 245 Texas A&M … 1 25 3 0.8928571… 0 2106
#> 9 2617 Stephen F.… 1 24 3 0.8888888… 2 2165
#> 10 2623 Missouri S… 1 23 3 0.8846153… 0 1826
#> # … with 336 more rows, and 66 more variables: pointsagainst <chr>,
#> # avgpointsfor <chr>, avgpointsagainst <chr>, streak <chr>,
#> # leaguewinpercent <chr>, total <chr>, home_playoffseed <chr>,
#> # home_wins <chr>, home_losses <chr>, home_winpercent <chr>,
#> # home_gamesbehind <chr>, home_pointsfor <chr>, home_pointsagainst <chr>,
#> # home_avgpointsfor <chr>, home_avgpointsagainst <chr>, home_streak <chr>,
#> # home_leaguewinpercent <chr>, home <chr>, road_playoffseed <chr>, …
# }