| cfbd_team_talent | R Documentation |
Extracts team talent composite as sourced from 247 rankings
cfbd_team_talent(year = most_recent_cfb_season())
year |
(Integer optional): Year 4 digit format (YYYY) |
cfbd_team_talent() - A data frame with 3 variables:
| col_name | types | description |
| year | integer | Season for the talent rating. |
| school | character | Team name. |
| talent | numeric | Overall roster talent points (as determined by 247Sports). |
Other CFBD Teams:
cfbd_team_info(),
cfbd_team_matchup(),
cfbd_team_matchup_records(),
cfbd_team_roster()
try(cfbd_team_talent())
try(cfbd_team_talent(year = 2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.