Skip to contents

Get ESPN women's college basketball standings

Usage

espn_wbb_standings(year)

Arguments

year

Either numeric or character (YYYY)

Value

Returns a tibble

Examples

# \donttest{
  try(espn_wbb_standings(2021))
#> ── ESPN WBB Standings Information from ESPN.com ──────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:03 UTC
#> # A tibble: 346 × 74
#>    team_id team   avgpo…¹ avgpo…² games…³ leagu…⁴ losses playo…⁵ point…⁶ point…⁷
#>    <chr>   <chr>  <chr>   <chr>   <chr>   <chr>   <chr>  <chr>   <chr>   <chr>  
#>  1 2856    Calif… 61.851… 77.777… 0       1       1      1       1670    2100   
#>  2 24      Stanf… 53.727… 77.727… 0       0.9047… 2      1       1773    2565   
#>  3 41      UConn… 52.566… 81.866… 0       1       2      1       1577    2456   
#>  4 239     Baylo… 55.322… 81.903… 0       0.9444… 3      1       1715    2539   
#>  5 2083    Buckn… 55.5    70.6    0       1       1      1       555     706    
#>  6 526     Flori… 59.551… 81.586… 0       1       3      1       1727    2366   
#>  7 120     Maryl… 68.965… 90.758… 0       0.9444… 3      1       2000    2632   
#>  8 245     Texas… 62.607… 75.214… 0       0.9285… 3      1       1753    2106   
#>  9 2617    Steph… 51      80.185… 2       1       3      1       1377    2165   
#> 10 2623    Misso… 57.192… 70.230… 0       1       3      1       1487    1826   
#> # … with 336 more rows, 64 more variables: streak <chr>, winpercent <chr>,
#> #   wins <chr>, total <chr>, home_avgpointsagainst <chr>,
#> #   home_avgpointsfor <chr>, home_gamesbehind <chr>,
#> #   home_leaguewinpercent <chr>, home_losses <chr>, home_playoffseed <chr>,
#> #   home_pointsagainst <chr>, home_pointsfor <chr>, home_streak <chr>,
#> #   home_winpercent <chr>, home_wins <chr>, home <chr>,
#> #   road_avgpointsagainst <chr>, road_avgpointsfor <chr>, …
 # }