
Get women's college basketball AP and Coaches poll rankings
Source:R/espn_wbb_data.R
espn_wbb_rankings.Rd
Get women's college basketball AP and Coaches poll rankings
Examples
# Get current AP and Coaches Poll rankings
# \donttest{
try(espn_wbb_rankings())
#> ── ESPN WBB Rankings Information from ESPN.com ───────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:22 UTC
#> # A tibble: 45 × 36
#> id name short_name type headline short_headline current previous points
#> <chr> <chr> <chr> <chr> <chr> <chr> <int> <int> <dbl>
#> 1 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 1 1 750
#> 2 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 2 6 710
#> 3 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 3 2 694
#> 4 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 4 4 644
#> 5 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 5 3 629
#> 6 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 6 7 594
#> 7 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 7 12 509
#> 8 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 8 8 487
#> 9 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 9 13 451
#> 10 2 Coach… Coaches P… usa 2022 NC… 2022 : Week 3 10 11 435
#> # … with 35 more rows, and 27 more variables: first_place_votes <int>,
#> # trend <chr>, date <chr>, last_updated <chr>, record_summary <chr>,
#> # team_id <chr>, team_uid <chr>, team_location <chr>, team_name <chr>,
#> # team_nickname <chr>, team_abbreviation <chr>, team_color <chr>,
#> # team_logo <chr>, occurrence_number <int>, occurrence_type <chr>,
#> # occurrence_last <lgl>, occurrence_value <chr>,
#> # occurrence_display_value <chr>, season_year <int>, …
# }