Description Usage Arguments Details Value Source Examples
View source: R/cfb_recruiting_position.R
If only start_year is provided, function will get CFB recruiting information based on position groups during that year for all FBS teams.
1 2 3 4 5 6 | cfb_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 |
If you would like CFB recruiting information for players, please
see the cfbscrapR::cfb_recruiting_player() function
If you would like CFB recruiting information for teams, please
see the cfbscrapR::cfb_recruiting_team() function
A data frame with 7 variables:
teamcharacter.
conferencecharacter.
position_groupcharacter.
avg_ratingdouble.
total_ratingdouble.
commitsinteger.
avg_starsdouble.
https://api.collegefootballdata.com/recruiting/groups
1 2 3 4 5 | cfb_recruiting_position(2018, team="Texas")
cfb_recruiting_position(2016, 2020, team="Virginia")
cfb_recruiting_position(2015, 2020, conference = "SEC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.