team_recruiting_rankings: Get Team Recruiting Rankings
Description
Returns team rankings for 247Sports
Usage
team_recruiting_rankings(year = NULL, conf = NULL, team = NULL, ...)
Value
Returns a tibble with 31 columns:
year
integer.
team
character.
conf
character.
rank
integer.
comp_rank
integer. Composite national team ranking.
conf_rank
double.
comp_conf_rank
double. Composite conference team ranking.
avg_rating
double. Average commit rating.
avg_comp_rating
double. Average commit composite rating.
rating
double. 247Sports class rating.
comp_rating
double. 247Sports composite class rating.
five_stars
integer.
comp_five_stars
double.
four_stars
integer.
comp_four_stars
double.
three_stars
integer.
comp_three_stars
double.
commits
integer.
Arguments
- year
Freshman season for class (class year + 1)
- conf
Conference to filter for
- team
Team to filter for
- ...
Any other parameter accepted by the API endpoint
Details
Function pulls national and conference ranking for 247Sports recruiting back
to 2011
Examples
Run this codetry(team_recruiting_rankings(year=2022))
Run the code above in your browser using DataLab