cfb_recruiting_position: CFB Recruiting Information - Position Groups

Description Usage Arguments Details Value Source Examples

View source: R/cfb_recruiting_position.R

Description

If only start_year is provided, function will get CFB recruiting information based on position groups during that year for all FBS teams.

Usage

1
2
3
4
5
6
cfb_recruiting_position(
  start_year = NULL,
  end_year = NULL,
  team = NULL,
  conference = NULL
)

Arguments

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

Details

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

Value

A data frame with 7 variables:

team

character.

conference

character.

position_group

character.

avg_rating

double.

total_rating

double.

commits

integer.

avg_stars

double.

Source

https://api.collegefootballdata.com/recruiting/groups

Examples

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")

meysubb/cfbscrapR documentation built on Dec. 15, 2020, 11:26 p.m.