Get team recruiting rankings from the CollegeBasketballData API.
Value
A hoopR_data tibble with one row per team:
| col_name | types | description |
| team_id | integer | CollegeBasketballData team id. |
| team | character | Team name. |
| conference | character | Conference name. |
| year | integer | Recruiting class year. |
| ranking | integer | Team recruiting ranking. |
| rating | numeric | Team recruiting rating. |
See also
Other CBD Recruiting Functions:
cbbd_recruiting_players(),
cbbd_recruiting_portal()
Examples
# \donttest{
try(cbbd_recruiting_teams(year = 2024))
#> ✖ 2026-06-09 22:48:24.967243: Invalid arguments or no team recruiting rankings available!
#> ✖ Args: year = 2024, team = NULL, conference = NULL
#> ✖ Error: api.collegebasketballdata.com requires an API key. See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }
