Skip to contents

Get women's college basketball conferences

Usage

espn_wbb_conferences()

Value

Returns a tibble

Author

Saiem Gilani

Examples

# \donttest{
  try(espn_wbb_conferences())
#> ── ESPN WBB Conferences Information from ESPN.com ────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:14:51 UTC
#> # A tibble: 33 × 6
#>    group_id short_name uid            name                         logo  paren…¹
#>    <chr>    <chr>      <chr>          <chr>                        <chr> <chr>  
#>  1 3        A 10       s:40~l:54~g:3  Atlantic 10 Conference       http… 50     
#>  2 2        ACC        s:40~l:54~g:2  Atlantic Coast Conference    http… 50     
#>  3 46       ASUN       s:40~l:54~g:46 ASUN Conference              NA    50     
#>  4 1        Am. East   s:40~l:54~g:1  America East Conference      http… 50     
#>  5 62       American   s:40~l:54~g:62 American Athletic Conference http… 50     
#>  6 8        Big 12     s:40~l:54~g:8  Big 12 Conference            http… 50     
#>  7 4        Big East   s:40~l:54~g:4  Big East Conference          http… 50     
#>  8 5        Big Sky    s:40~l:54~g:5  Big Sky Conference           http… 50     
#>  9 6        Big South  s:40~l:54~g:6  Big South Conference         http… 50     
#> 10 7        Big Ten    s:40~l:54~g:7  Big Ten Conference           http… 50     
#> # … with 23 more rows, and abbreviated variable name ¹​parent_group_id
# }