Get ESPN's NWSL team names and ids

espn_nwsl_teams()

Value

Returns a tibble

Author

Saiem Gilani

Examples

# \donttest{
  try(espn_nwsl_teams())
#> # A tibble: 12 × 10
#>    team_id team                mascot display_name short_name abbreviation color
#>    <chr>   <chr>               <chr>  <chr>        <chr>      <chr>        <chr>
#>  1 21422   Angel City FC       Angel… Angel City … Angel City LA           F8D5…
#>  2 15360   Chicago Red Stars   Chica… Chicago Red… Chicago    CHI          C600…
#>  3 17346   Houston Dash        Houst… Houston Dash Houston    HOU          F366…
#>  4 20907   Kansas City Current Kansa… Kansas City… Kansas Ci… KC           67C4…
#>  5 15364   NJ/NY Gotham FC     NJ/NY… NJ/NY Gotha… Gotham     NJNY         0000…
#>  6 15366   North Carolina Cou… North… North Carol… Carolina   NC           0271…
#>  7 15363   OL Reign            OL Re… OL Reign     OL Reign   RGN          0000…
#>  8 18206   Orlando Pride       Orlan… Orlando Pri… Orlando    ORL          6334…
#>  9 15362   Portland Thorns FC  Portl… Portland Th… Portland   POR          0048…
#> 10 20905   Racing Louisville … Racin… Racing Loui… Louisville LOU          C3B5…
#> 11 21423   San Diego Wave FC   San D… San Diego W… San Diego  SD           ff14…
#> 12 15365   Washington Spirit   Washi… Washington … Washington WSH          C600…
#> # … with 3 more variables: alternate_color <chr>, logo <chr>, logo_dark <chr>
# }