View source: R/player_recruiting_rankings.R
| player_recruiting_rankings | R Documentation |
Returns player rankings for major recruiting services
player_recruiting_rankings( year = NULL, stars = NULL, state = NULL, conf = NULL, team = NULL, top = NULL, pos = NULL )
year |
Freshman season for class (class year + 1) |
stars |
247Sports Composite stars |
state |
State abbreviation of recruit; 'domestic' or 'international' also taken |
conf |
Conference of school committed to |
team |
Team player committed to |
top |
Top x in 247Sports Composite national rankings |
pos |
247Sports player position to filter for |
Function pulls high school meta data and recruiting rankings for individual players from 247Sports, ESPN, and Rivals back to 2008
Returns a tibble with 31 columns:
positioncharacter.
playercharacter.
heightcharacter.
weightdouble.
teamcharacter.
confcharacter.
high_schoolcharacter.
towncharacter.
statecharacter.
tfs_comp_ratingdouble.
tfs_comp_starinteger.
tfs_comp_nationaldouble.
tfs_comp_positiondouble.
tfs_comp_statedouble.
tfs_ratingdouble.
tfs_starinteger.
espn_ratingdouble.
espn_gradedouble.
espn_rankdouble.
rivals_ratingdouble.
rivals_rankdouble.
avg_ranklogical.
num_offersinteger,
announce_datecharacter.
tfs_cbcharacter.
tfs_cb_oddsdouble.
tfs_cb_altcharacter.
tfs_cb_alt_oddsdouble.
tfs_pidinteger.
yearinteger.
idinteger.
try(player_recruiting_rankings(year=2019, stars=5, state='domestic'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.