Description Usage Arguments Value Source Examples
View source: R/cfb_player_returning.R
A player usage function with Year as a required input.
| 1 | cfb_player_returning(year = 2019, team = NULL, conference = NULL)
 | 
| year | (Integer required, default 2019): 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 | 
A data frame with 15 variables:
seasoninteger.
teamcharacter.
conferencecharacter.
total_ppadouble.
total_passing_ppadouble.
total_receiving_ppadouble.
total_rushing_ppadouble.
percent_ppadouble.
percent_passing_ppadouble.
percent_receiving_ppadouble.
percent_rushing_ppadouble.
usagedouble.
passing_usagedouble.
receiving_usagedouble.
rushing_usagedouble.
https://api.collegefootballdata.com/player/returning
| 1 | cfb_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.