Get ESPN's WNBA team names and ids
Examples
# \donttest{
try(espn_wnba_teams())
#> ── ESPN WNBA Teams Information from ESPN.com ─────────────────── wehoop 1.8.0 ──
#> ℹ Data updated: 2023-03-11 06:15:14 UTC
#> # A tibble: 12 × 10
#> team_id team mascot displ…¹ short…² abbre…³ color alter…⁴ logo logo_…⁵
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 20 Atlanta Dream Atlant… Dream ATL d020… 383a37 http… https:…
#> 2 19 Chicago Sky Chicag… Sky CHI 4f91… f1f2f3 http… https:…
#> 3 18 Connectic… Sun Connec… Sun CONN de6b… 002d62 http… https:…
#> 4 3 Dallas Wings Dallas… Wings DAL 1121… c5d646 http… https:…
#> 5 5 Indiana Fever Indian… Fever IND e238… 08265b http… https:…
#> 6 17 Las Vegas Aces Las Ve… Aces LV 0000… c7cfd4 http… https:…
#> 7 6 Los Angel… Sparks Los An… Sparks LA 5324… 49ac9c http… https:…
#> 8 8 Minnesota Lynx Minnes… Lynx MIN 0050… 47a757 http… https:…
#> 9 9 New York Liber… New Yo… Liberty NY 0d79… 89c9bf http… https:…
#> 10 11 Phoenix Mercu… Phoeni… Mercury PHX 3a26… e56020 http… https:…
#> 11 14 Seattle Storm Seattl… Storm SEA 0545… f7c43c http… https:…
#> 12 16 Washington Mysti… Washin… Mystics WSH e03a… 09295a http… https:…
#> # … with abbreviated variable names ¹display_name, ²short_name, ³abbreviation,
#> # ⁴alternate_color, ⁵logo_dark
# }