Skip to contents

Get men's college basketball AP and Coaches Poll rankings from ESPN

Usage

espn_mbb_rankings()

Value

Returns a tibble

col_nametypes
idinteger
namecharacter
short_namecharacter
typecharacter
headlinecharacter
short_headlinecharacter
currentinteger
previousinteger
pointsnumeric
first_place_votesinteger
trendcharacter
datecharacter
last_updatedcharacter
record_summarycharacter
team_idinteger
team_uidcharacter
team_locationcharacter
team_namecharacter
team_nicknamecharacter
team_abbreviationcharacter
team_colorcharacter
team_logocharacter
occurrence_numberinteger
occurrence_typecharacter
occurrence_lastlogical
occurrence_valuecharacter
occurrence_display_valuecharacter
season_yearinteger
season_start_datecharacter
season_end_datecharacter
season_display_namecharacter
season_type_typeinteger
season_type_namecharacter
season_type_abbreviationcharacter
season_futures_refcharacter
first_occurrence_typecharacter
first_occurrence_valuecharacter

Author

Saiem Gilani

Examples

# Get current AP and Coaches Poll rankings
# \donttest{
  try(espn_mbb_rankings())
#> ── ESPN MBB Rankings Information from ESPN.com ────────────────── hoopR 3.0.0 ──
#>  Data updated: 2026-03-16 14:12:10 UTC
#> # A tibble: 37 × 38
#>       id name   short_name type  headline short_headline current previous points
#>    <int> <chr>  <chr>      <chr> <chr>    <chr>            <int>    <int>  <dbl>
#>  1     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       1        1    770
#>  2     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       2        2    744
#>  3     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       3        3    718
#>  4     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       4        4    656
#>  5     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       5        5    653
#>  6     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       6        7    586
#>  7     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       7        6    570
#>  8     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       8       11    531
#>  9     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20       9       13    514
#> 10     2 Coach… Coaches P… usa   2026 NC… 2026 : Week 20      10       12    470
#> # ℹ 27 more rows
#> # ℹ 29 more variables: first_place_votes <int>, trend <chr>, date <chr>,
#> #   last_updated <chr>, record_summary <chr>, team_id <int>, team_uid <chr>,
#> #   team_location <chr>, team_name <chr>, team_nickname <chr>,
#> #   team_abbreviation <chr>, team_color <chr>, team_logos <list>,
#> #   team_logo <chr>, occurrence_number <int>, occurrence_type <chr>,
#> #   occurrence_last <lgl>, occurrence_value <chr>, …
# }