espn_wbb_conferences {wehoop} | R Documentation |
Get women's college basketball conferences
Description
Get women's college basketball conferences
Usage
espn_wbb_conferences()
Value
Returns a tibble
col_name | types |
group_id | integer |
conference_short_name | character |
conference_uid | character |
conference_name | character |
conference_logo | character |
parent_group_id | integer |
conference_id | integer |
Author(s)
Saiem Gilani
See Also
Other ESPN WBB Functions:
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_standings()
,
espn_wbb_team_box()
,
espn_wbb_team_stats()
,
espn_wbb_teams()
Examples
try(espn_wbb_conferences())
[Package wehoop version 2.1.0 Index]