View source: R/cfbd_recruiting.R
cfbd_recruiting_position | R Documentation |
Get college football position group recruiting information.
cfbd_recruiting_position( start_year = NULL, end_year = NULL, team = NULL, conference = NULL )
start_year |
(Integer optional): Start Year, 4 digit format (YYYY). Note: 2000 is the minimum value |
end_year |
(Integer optional): End Year, 4 digit format (YYYY). Note: 2020 is the maximum value currently |
team |
(String optional): Team - Select a valid team, D-I football |
conference |
(String optional): Conference abbreviation - Select a valid FBS conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC |
cfbd_recruiting_position()
- A data frame with 7 variables:
team
: character.Recruiting team.
conference
: character.Recruiting team conference.
position_group
: character.Position group of the recruits.
avg_rating
: double.Average rating of the recruits in the position group.
total_rating
: double.Sum of the ratings of the recruits in the position group.
commits
: integer.Number of commits in the position group.
avg_stars
: double.Average stars of the recruits in the position group.
try(cfbd_recruiting_position(2018, team = "Texas")) try(cfbd_recruiting_position(2016, 2020, team = "Virginia")) try(cfbd_recruiting_position(2015, 2020, conference = "SEC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.