Description Usage Arguments Details Value Source Examples
View source: R/cfb_recruiting_player.R
At least one of year or team must be specified for the function to run
1 2 3 4 5 6 7  | 
year | 
 (Integer optional): Year, 4 digit format (YYYY) - Minimum: 2000, Maximum: 2020 currently  | 
team | 
 (String optional): D-I Team  | 
recruit_type | 
 (String optional): default API return is 'HighSchool', other options include 'JUCO' or 'PrepSchool' - For position group information  | 
state | 
 (String optional): Two letter State abbreviation  | 
position | 
 (String optional): Position Group  - options include:  | 
If you would like CFB recruiting information for teams, please see the cfbscrapR::cfb_recruiting_team()  function
If you would like to get cfb recruiting information based on position groups during a
time period for all FBS teams, please see the cfbscrapR::cfb_recruiting_position() function.
A data frame with 14 variables:
recruit_typecharacter.
yearinteger.
rankinginteger.
namecharacter.
schoolcharacter.
committed_tocharacter.
positioncharacter.
heightdouble.
weightinteger.
starsinteger.
ratingdouble.
citycharacter.
state_provincecharacter.
countrycharacter.
https://api.collegefootballdata.com/recruiting/players
1 2 3 4 5  | cfb_recruiting_player(2018, team = "Texas")
cfb_recruiting_player(2016, recruit_type = 'JUCO')
cfb_recruiting_player(2020, recruit_type = 'HighSchool', position = 'OT', state = 'FL')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.