espn_wbb_standings {wehoop}R Documentation

Get ESPN women's college basketball standings

Description

Get ESPN women's college basketball standings

Usage

espn_wbb_standings(year)

Arguments

year

Either numeric or character (YYYY)

Value

Returns a tibble

col_name types
team_id integer
team character
avgpointsagainst numeric
avgpointsfor numeric
gamesbehind numeric
leaguewinpercent numeric
losses numeric
playoffseed numeric
pointsagainst numeric
pointsfor numeric
streak numeric
winpercent numeric
wins numeric
total character
home_avgpointsagainst numeric
home_avgpointsfor numeric
home_gamesbehind numeric
home_leaguewinpercent numeric
home_losses numeric
home_playoffseed numeric
home_pointsagainst numeric
home_pointsfor numeric
home_streak numeric
home_winpercent numeric
home_wins numeric
home character
road_avgpointsagainst numeric
road_avgpointsfor numeric
road_gamesbehind numeric
road_leaguewinpercent numeric
road_losses numeric
road_playoffseed numeric
road_pointsagainst numeric
road_pointsfor numeric
road_streak numeric
road_winpercent numeric
road_wins numeric
road character
vsaprankedteams_avgpointsagainst numeric
vsaprankedteams_avgpointsfor numeric
vsaprankedteams_gamesbehind numeric
vsaprankedteams_leaguewinpercent numeric
vsaprankedteams_losses numeric
vsaprankedteams_playoffseed numeric
vsaprankedteams_pointsagainst numeric
vsaprankedteams_pointsfor numeric
vsaprankedteams_streak numeric
vsaprankedteams_winpercent numeric
vsaprankedteams_wins numeric
vsaprankedteams character
vsusarankedteams_avgpointsagainst numeric
vsusarankedteams_avgpointsfor numeric
vsusarankedteams_gamesbehind numeric
vsusarankedteams_leaguewinpercent numeric
vsusarankedteams_losses numeric
vsusarankedteams_playoffseed numeric
vsusarankedteams_pointsagainst numeric
vsusarankedteams_pointsfor numeric
vsusarankedteams_streak numeric
vsusarankedteams_winpercent numeric
vsusarankedteams_wins numeric
vsusarankedteams character
vsconf_avgpointsagainst numeric
vsconf_avgpointsfor numeric
vsconf_gamesbehind numeric
vsconf_leaguewinpercent numeric
vsconf_losses numeric
vsconf_playoffseed numeric
vsconf_pointsagainst numeric
vsconf_pointsfor numeric
vsconf_streak numeric
vsconf_winpercent numeric
vsconf_wins numeric
vsconf character

See Also

Other ESPN WBB Functions: espn_wbb_conferences(), espn_wbb_game_all(), espn_wbb_game_rosters(), espn_wbb_pbp(), espn_wbb_player_box(), espn_wbb_player_stats(), espn_wbb_rankings(), espn_wbb_scoreboard(), espn_wbb_team_box(), espn_wbb_team_stats(), espn_wbb_teams()

Examples


  try(espn_wbb_standings(2021))
 

[Package wehoop version 2.0.0 Index]