player_recruiting_rankings: Get Recruiting Rankings

View source: R/player_recruiting_rankings.R

player_recruiting_rankingsR Documentation

Get Recruiting Rankings

Description

Returns player rankings for major recruiting services

Usage

player_recruiting_rankings(
  year = NULL,
  stars = NULL,
  state = NULL,
  conf = NULL,
  team = NULL,
  top = NULL,
  pos = NULL
)

Arguments

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

Details

Function pulls high school meta data and recruiting rankings for individual players from 247Sports, ESPN, and Rivals back to 2008

Value

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.

Examples

try(player_recruiting_rankings(year=2019, stars=5, state='domestic'))


toRvik documentation built on Nov. 10, 2022, 5:50 p.m.