View source: R/team_recruiting_rankings.R
team_recruiting_rankings | R Documentation |
Returns team rankings for 247Sports
team_recruiting_rankings(year = NULL, conf = NULL, team = NULL, ...)
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 |
Function pulls national and conference ranking for 247Sports recruiting back to 2011
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.
try(team_recruiting_rankings(year=2022))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.