espn_wbb_rankings {wehoop} | R Documentation |
Get women's college basketball AP and Coaches poll rankings
Description
Get women's college basketball AP and Coaches poll rankings
Usage
espn_wbb_rankings()
Value
Returns a tibble
col_name | types |
id | integer |
name | character |
short_name | character |
type | character |
headline | character |
short_headline | character |
current | integer |
previous | integer |
points | numeric |
first_place_votes | integer |
trend | character |
date | character |
last_updated | character |
record_summary | character |
team_id | integer |
team_uid | character |
team_location | character |
team_name | character |
team_nickname | character |
team_abbreviation | character |
team_color | character |
team_logo | character |
occurrence_number | integer |
occurrence_type | character |
occurrence_last | logical |
occurrence_value | character |
occurrence_display_value | character |
season_year | integer |
season_start_date | character |
season_end_date | character |
season_display_name | character |
season_type_type | integer |
season_type_name | character |
season_type_abbreviation | character |
first_occurrence_type | character |
first_occurrence_value | character |
Author(s)
Saiem Gilani
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_scoreboard()
,
espn_wbb_standings()
,
espn_wbb_team_box()
,
espn_wbb_team_stats()
,
espn_wbb_teams()
Examples
# Get current AP and Coaches Poll rankings
try(espn_wbb_rankings())
[Package wehoop version 2.1.0 Index]