Get ESPN NWSL Standings

espn_nwsl_standings(year)

Arguments

year

Either numeric or character (YYYY)

Value

Returns a tibble

Author

Geoff Hutchinson

Examples

# \donttest{
  try(espn_nwsl_standings(year = 2021))
#>    team_id                   team wins losses ties gamesplayed pointsfor
#> 1    15362     Portland Thorns FC   13      6    5          24        33
#> 2    15363               OL Reign   13      8    3          24        37
#> 3    15365      Washington Spirit   11      7    6          24        29
#> 4    15360      Chicago Red Stars   11      8    5          24        28
#> 5    15364        NJ/NY Gotham FC    8      5   11          24        29
#> 6    15366 North Carolina Courage    9      9    6          24        28
#> 7    17346           Houston Dash    9     10    5          24        31
#> 8    18206          Orlando Pride    7     10    7          24        27
#> 9    20905   Racing Louisville FC    5     12    7          24        21
#> 10   20907    Kansas City Current    3     14    7          24        15
#>    pointsagainst points rankchange rank pointdifferential deductions ppg  total
#> 1             17     44          0    1                16          0   0 13-5-6
#> 2             24     42          0    2                13          0   0 13-3-8
#> 3             26     39          0    3                 3          0   0 11-6-7
#> 4             28     38          0    4                 0          0   0 11-5-8
#> 5             21     35          0    5                 8          0   0 8-11-5
#> 6             23     33          0    6                 5          0   0  9-6-9
#> 7             31     32          0    7                 0          0   0 9-5-10
#> 8             32     28          0    8                -5          0   0 7-7-10
#> 9             40     22          0    9               -19          0   0 5-7-12
#> 10            36     16          0   10               -21          0   0 3-7-14
# }