View source: R/cfbd_recruiting.R
| cfbd_recruiting_team | R Documentation |
Get college football recruiting team rankings information.
cfbd_recruiting_team(year = NULL, team = NULL)
year |
(Integer optional): Recruiting Class Year, 4 digit format (YYYY) Required if team not provided. |
team |
(String optional): Team - Select a valid team, D1 football. Required if year not provided. |
cfbd_recruiting_team() - A data frame with 4 variables:
| col_name | types | description |
| year | integer | Recruiting class year (four-digit season). |
| rank | integer | National team recruiting rank for the class. |
| team | character | Recruiting team (school) name. |
| points | character | Team talent points totaled across the recruiting class. |
Other CFBD Recruiting:
cfbd_recruiting_player(),
cfbd_recruiting_position(),
cfbd_recruiting_transfer_portal()
try(cfbd_recruiting_team(2018, team = "Texas"))
try(cfbd_recruiting_team(2016, team = "Virginia"))
try(cfbd_recruiting_team(2016, team = "Texas A&M"))
try(cfbd_recruiting_team(2011))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.