ncaa_wbb_NET_rankings {wehoop} | R Documentation |
Get Women's college basketball NET rankings for the current date from the NCAA website
ncaa_wbb_NET_rankings()
Returns a tibble
col_name | types |
rank | integer |
previous | integer |
school | character |
conference | character |
record | character |
road | character |
neutral | character |
home | character |
non_div_i | character |
Saiem Gilani
# Get current NCAA NET rankings
try(ncaa_wbb_NET_rankings())