Skip to contents

Get Women's college basketball NET rankings for the current date from the NCAA website

Usage

ncaa_wbb_NET_rankings()

Value

Returns a tibble

Author

Saiem Gilani

Examples

# Get current NCAA NET rankings
# \donttest{
  try(ncaa_wbb_NET_rankings())
#> ── NCAA WBB NET Rankings Information from NCAA.com ───────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:44 UTC
#> # A tibble: 361 × 9
#>     rank previous school         conference record road  neutral home  non_div_i
#>    <int>    <int> <chr>          <chr>      <chr>  <chr> <chr>   <chr> <chr>    
#>  1     1        1 South Carolina SEC        32-0   13-0  4-0     15-0  0-0      
#>  2     2        2 UConn          Big East   29-5   10-3  6-0     13-2  0-0      
#>  3     3        3 LSU            SEC        28-2   8-1   5-1     15-0  0-0      
#>  4     4        4 Stanford       Pac-12     28-5   9-3   3-1     16-1  0-0      
#>  5     5        5 Indiana        Big Ten    27-3   8-2   3-1     16-0  0-0      
#>  6     6        6 Iowa           Big Ten    26-6   7-4   4-1     15-1  0-0      
#>  7     7        7 Utah           Pac-12     25-4   9-3   2-1     14-0  0-0      
#>  8     8        8 Notre Dame     ACC        25-5   8-2   4-1     13-2  0-0      
#>  9     9        9 Virginia Tech  ACC        27-4   8-3   5-0     14-1  0-0      
#> 10    10       10 Duke           ACC        25-6   10-3  2-2     13-1  0-0      
#> # … with 351 more rows
# }