cfb_recruiting_team: CFB Recruiting Information - Team Rankings

Description Usage Arguments Details Value Source Examples

View source: R/cfb_recruiting_team.R

Description

Gets CFB team recruiting ranks with filters available for year and team. At least one of year or team must be specified for the function to run

Usage

1
cfb_recruiting_team(year = NULL, team = NULL)

Arguments

year

(Integer optional): Recruiting Class Year, 4 digit format (YYYY). Note: 2000 is the minimum value

team

(String optional): Team - Select a valid team, D1 football

Details

If you would like CFB recruiting information for players, please see the cfbscrapR::cfb_recruiting_player() 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.

Value

A data frame with 4 variables:

year

integer.

rank

integer.

team

character.

points

character.

Source

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

Examples

1
2
3
4
5
6
7
cfb_recruiting_team(2018, team = "Texas")

cfb_recruiting_team(2016, team = "Virginia")

cfb_recruiting_team(2016, team = "Texas A&M")

cfb_recruiting_team(2011)

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