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:
position
character.
player
character.
height
character.
weight
double.
team
character.
conf
character.
high_school
character.
town
character.
state
character.
tfs_comp_rating
double.
tfs_comp_star
integer.
tfs_comp_national
double.
tfs_comp_position
double.
tfs_comp_state
double.
tfs_rating
double.
tfs_star
integer.
espn_rating
double.
espn_grade
double.
espn_rank
double.
rivals_rating
double.
rivals_rank
double.
avg_rank
logical.
num_offers
integer,
announce_date
character.
tfs_cb
character.
tfs_cb_odds
double.
tfs_cb_alt
character.
tfs_cb_alt_odds
double.
tfs_pid
integer.
year
integer.
id
integer.
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.