Get ESPN WNBA Standings
Examples
# \donttest{
try(espn_wnba_standings(year = 2021))
#> ── ESPN WNBA Standings Information from ESPN.com ─────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:34 UTC
#> # A tibble: 12 × 20
#> team_id team playoffseed wins losses winpercent gamesbehind avgpointsfor
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 18 Connect… 1 26 6 0.8125 0 79.71875
#> 2 17 Las Veg… 2 24 8 0.75 2 89.25
#> 3 8 Minneso… 3 22 10 0.6875 4 82.71875
#> 4 14 Seattle… 4 21 11 0.65625 5 84.8125
#> 5 11 Phoenix… 5 19 13 0.59375 7 82.0625
#> 6 19 Chicago… 6 16 16 0.5 10 83.25
#> 7 3 Dallas … 7 14 18 0.4375 12 81.125
#> 8 9 New Yor… 8 12 20 0.375 14 78.40625
#> 9 16 Washing… 9 12 20 0.375 14 79.78125
#> 10 6 Los Ang… 10 12 20 0.375 14 72.75
#> 11 20 Atlanta… 11 8 24 0.25 18 78.6875
#> 12 5 Indiana… 12 6 26 0.1875 20 75.3125
#> # … with 12 more variables: avgpointsagainst <chr>, differential <chr>,
#> # streak <chr>, clincher <chr>, divisionwinpercent <chr>,
#> # leaguewinpercent <chr>, leaguestandings <chr>, home <chr>, road <chr>,
#> # vsdiv <chr>, vsconf <chr>, lasttengames <chr>
# }