powered by
Get player returning production
cfbd_player_returning(year = 2019, team = NULL, conference = NULL)
(Integer required, default 2019): Year, 4 digit format (YYYY).
(String optional): Team - Select a valid team, D1 football
(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:
cfbd_player_returning()
season
Returning player season.
team
Team name.
conference
Conference of team.
total_ppa
Total predicted points added returning.
total_passing_ppa
Total passing predicted points added returning.
total_receiving_ppa
Total receiving predicted points added returning.
total_rushing_ppa
Total rushing predicted points added returning.
percent_ppa
Percentage of prior year's predicted points added returning.
percent_passing_ppa
Percentage of prior year's passing predicted points added returning.
percent_receiving_ppa
Percentage of prior year's receiving predicted points added returning.
percent_rushing_ppa
Percentage of prior year's rushing predicted points added returning.
usage
.
passing_usage
receiving_usage
rushing_usage
# NOT RUN { try(cfbd_player_returning(year = 2019, team = "Florida State")) # } # NOT RUN { # }
Run the code above in your browser using DataLab