Get ESPN's WNBA team names and ids
Examples
# \donttest{
try(espn_wnba_teams())
#> ── ESPN WNBA Teams Information from ESPN.com ─────────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:36 UTC
#> # A tibble: 12 × 10
#> team_id team mascot display_name short_name abbreviation color
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 20 Atlanta Dream Atlanta Dream Dream ATL d02030
#> 2 19 Chicago Sky Chicago Sky Sky CHI 4f91cd
#> 3 18 Connecticut Sun Connecticut Sun Sun CONN de6b36
#> 4 3 Dallas Wings Dallas Wings Wings DAL 11213e
#> 5 5 Indiana Fever Indiana Fever Fever IND e2382f
#> 6 17 Las Vegas Aces Las Vegas Aces Aces LV 000000
#> 7 6 Los Angeles Sparks Los Angeles Sparks Sparks LA 532481
#> 8 8 Minnesota Lynx Minnesota Lynx Lynx MIN 005084
#> 9 9 New York Liberty New York Liberty Liberty NY 0d79b9
#> 10 11 Phoenix Mercury Phoenix Mercury Mercury PHX 3a267d
#> 11 14 Seattle Storm Seattle Storm Storm SEA 05452a
#> 12 16 Washington Mystics Washington Mystics Mystics WSH e03a3e
#> # … with 3 more variables: alternate_color <chr>, logo <chr>, logo_dark <chr>
# }