Skip to contents

Get ESPN women's college basketball team names and ids

Usage

espn_wbb_teams()

Value

Returns a teams infomation data frame

Author

Saiem Gilani

Examples

# \donttest{
  try(espn_wbb_teams())
#> ── ESPN WBB Teams Information from ESPN.com ──────────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:05 UTC
#> # A tibble: 361 × 11
#>    team_id abbreviation displ…¹ short…² mascot nickn…³ team  color alter…⁴ logo 
#>    <chr>   <chr>        <chr>   <chr>   <chr>  <chr>   <chr> <chr> <chr>   <chr>
#>  1 2000    ACU          Abilen… Abilen… Wildc… Abilen… Abil… 4e26… ebebeb  http…
#>  2 2005    AFA          Air Fo… Air Fo… Falco… Air Fo… Air … 004a… ffffff  http…
#>  3 2006    AKR          Akron … Akron   Zips   Akron   Akron 0028… 84754e  http…
#>  4 2010    AAMU         Alabam… Alabam… Bulld… Alabam… Alab… 7900… ffffff  http…
#>  5 333     ALA          Alabam… Alabama Crims… Alabama Alab… 6900… f1f2f3  http…
#>  6 2011    ALST         Alabam… Alabam… Lady … Alabam… Alab… e9a9… 0a0a0a  http…
#>  7 399     ALB          Albany… Albany  Great… Albany  Alba… 3D27… ffffff  http…
#>  8 2016    ALCN         Alcorn… Alcorn… Lady … Alcorn… Alco… 4b00… 46166a  http…
#>  9 44      AMER         Americ… Americ… Eagles Americ… Amer… c411… c8102e  http…
#> 10 2026    APP          Appala… Appala… Mount… Appala… Appa… 0000… ffcd00  http…
#> # … with 351 more rows, 1 more variable: logo_dark <chr>, and abbreviated
#> #   variable names ¹​display_name, ²​short_name, ³​nickname, ⁴​alternate_color
# }