Get women's college basketball 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 |
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
# \donttest{
try(espn_wbb_conferences())
#> ── ESPN WBB Conferences Information from ESPN.com ────────────── wehoop 2.1.0 ──
#> ℹ Data updated: 2024-07-21 23:46:45 UTC
#> # A tibble: 34 × 7
#> group_id conference_short_name conference_uid conference_name conference_logo
#> <int> <chr> <chr> <chr> <chr>
#> 1 3 A-10 s:40~l:54~g:3 Atlantic 10 Co… https://a.espn…
#> 2 2 ACC s:40~l:54~g:2 Atlantic Coast… https://a.espn…
#> 3 46 ASUN s:40~l:54~g:46 ASUN Conference NA
#> 4 1 Am. East s:40~l:54~g:1 America East C… https://a.espn…
#> 5 62 American s:40~l:54~g:62 American Athle… https://a.espn…
#> 6 8 Big 12 s:40~l:54~g:8 Big 12 Confere… https://a.espn…
#> 7 4 Big East s:40~l:54~g:4 Big East Confe… https://a.espn…
#> 8 5 Big Sky s:40~l:54~g:5 Big Sky Confer… https://a.espn…
#> 9 6 Big South s:40~l:54~g:6 Big South Conf… https://a.espn…
#> 10 7 Big Ten s:40~l:54~g:7 Big Ten Confer… https://a.espn…
#> # ℹ 24 more rows
#> # ℹ 2 more variables: parent_group_id <int>, conference_id <int>
# }