Skip to contents

Get ESPN WNBA Standings

Usage

espn_wnba_standings(year)

Arguments

year

Either numeric or character (YYYY)

Value

Returns a tibble

Author

Geoff Hutchinson

Examples

# \donttest{
  try(espn_wnba_standings(year = 2021))
#> ── ESPN WNBA Standings Information from ESPN.com ─────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:13 UTC
#> # A tibble: 12 × 20
#>    team_id team   avgpo…¹ avgpo…² clinc…³ diffe…⁴ divis…⁵ games…⁶ leagu…⁷ losses
#>    <chr>   <chr>  <chr>   <chr>   <chr>   <chr>   <chr>   <chr>   <chr>   <chr> 
#>  1 18      Conne… 69.906… 79.718… 1       9.8     0       0       0.8     6     
#>  2 17      Las V… 80.1875 89.25   1       9.0999… 0       2       0.7333… 8     
#>  3 8       Minne… 78.718… 82.718… 1       4       0       4       0.6666… 10    
#>  4 14      Seatt… 80.375  84.8125 8       4.3999… 0       5       0.6     11    
#>  5 11      Phoen… 79.5    82.0625 1       2.5999… 0       7       0.4     13    
#>  6 19      Chica… 81.9375 83.25   1       1.3999… 0       10      0.6666… 16    
#>  7 3       Dalla… 81.656… 81.125  1       -0.600… 0       12      0.4666… 18    
#>  8 9       New Y… 85.5    78.406… 1       -7.099… 0       14      0.4     20    
#>  9 16      Washi… 83.625  79.781… 4       -3.8    0       14      0.4666… 20    
#> 10 6       Los A… 77.093… 72.75   4       -4.3    0       14      0.1333… 20    
#> 11 20      Atlan… 84.25   78.6875 4       -5.599… 0       18      0.4     24    
#> 12 5       India… 85.125  75.3125 4       -9.8    0       20      0.2666… 26    
#> # … with 10 more variables: playoffseed <chr>, streak <chr>, winpercent <chr>,
#> #   wins <chr>, leaguestandings <chr>, home <chr>, road <chr>, vsdiv <chr>,
#> #   vsconf <chr>, lasttengames <chr>, and abbreviated variable names
#> #   ¹​avgpointsagainst, ²​avgpointsfor, ³​clincher, ⁴​differential,
#> #   ⁵​divisionwinpercent, ⁶​gamesbehind, ⁷​leaguewinpercent
# }