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:
yearinteger.
teamcharacter.
confcharacter.
rankinteger.
comp_rankinteger. Composite national team ranking.
conf_rankdouble.
comp_conf_rankdouble. Composite conference team ranking.
avg_ratingdouble. Average commit rating.
avg_comp_ratingdouble. Average commit composite rating.
ratingdouble. 247Sports class rating.
comp_ratingdouble. 247Sports composite class rating.
five_starsinteger.
comp_five_starsdouble.
four_starsinteger.
comp_four_starsdouble.
three_starsinteger.
comp_three_starsdouble.
commitsinteger.
try(team_recruiting_rankings(year=2022))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.