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 2.0.1 ──
#>  Data updated: 2023-08-29 16:52:35 UTC
#> # A tibble: 45 × 37
#>       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   2023 NC… 2023 : Week 2        1       12    800
#>  2     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        2       18    688
#>  3     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        3       15    665
#>  4     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        4        2    629
#>  5     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        5       25    615
#>  6     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        6        1    614
#>  7     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        7        7    587
#>  8     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        8        6    532
#>  9     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2        9       13    516
#> 10     2 Coach… Coaches P… usa   2023 NC… 2023 : Week 2       10        9    514
#> # ℹ 35 more rows
#> # ℹ 28 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_logo <chr>,
#> #   occurrence_number <int>, occurrence_type <chr>, occurrence_last <lgl>,
#> #   occurrence_value <chr>, occurrence_display_value <chr>, …
# }