Returns player rankings for major recruiting services
player_recruiting_rankings(
year = NULL,
stars = NULL,
state = NULL,
conf = NULL,
team = NULL,
top = NULL,
pos = NULL
)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.
Freshman season for class (class year + 1)
247Sports Composite stars
State abbreviation of recruit; `domestic` or `international` also taken
Conference of school committed to
Team player committed to
Top x in 247Sports Composite national rankings
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
try(player_recruiting_rankings(year=2019, stars=5, state='domestic'))
Run the code above in your browser using DataLab