| cfbd_player_returning | R Documentation |
Get player returning production
cfbd_player_returning(
year = most_recent_cfb_season(),
team = NULL,
conference = NULL
)
year |
(Integer required, default most recent season): Year, 4 digit format (YYYY). |
team |
(String optional): Team - Select a valid team, D1 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 |
cfbd_player_returning() - A data frame with 15 variables:
| col_name | types | description |
| season | integer | Four-digit season year for returning production. |
| team | character | Team name. |
| conference | character | Conference of team. |
| total_ppa | numeric | Total predicted points added (PPA) returning. |
| total_passing_ppa | numeric | Total passing predicted points added returning. |
| total_receiving_ppa | numeric | Total receiving predicted points added returning. |
| total_rushing_ppa | numeric | Total rushing predicted points added returning. |
| percent_ppa | numeric | Percentage of prior year's predicted points added returning. |
| percent_passing_ppa | numeric | Percentage of prior year's passing predicted points added returning. |
| percent_receiving_ppa | numeric | Percentage of prior year's receiving predicted points added returning. |
| percent_rushing_ppa | numeric | Percentage of prior year's rushing predicted points added returning. |
| usage | numeric | Share of prior year's overall offensive usage returning. |
| passing_usage | numeric | Share of prior year's passing usage returning. |
| receiving_usage | numeric | Share of prior year's receiving usage returning. |
| rushing_usage | numeric | Share of prior year's rushing usage returning. |
Other CFBD Players:
cfbd_player_info(),
cfbd_player_usage()
try(cfbd_player_returning(year = 2019, team = "Florida State"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.