Description Usage Arguments Value Source Examples
View source: R/cfb_stats_season_player.R
Get Season Statistics by Player
1 2 3 4 5 6 7 8 9  | 
year | 
 (Integer required): Year, 4 digit format (YYYY)  | 
season_type | 
 (String default: regular): Select Season Type - regular, postseason, or both  | 
team | 
 (String optional): D-I Team  | 
conference | 
 (String optional): Conference abbreviation - Select a valid FBS conference  | 
start_week | 
 (Integer optional): Starting Week - values range from 1-15, 1-14 for seasons pre-playoff, i.e. 2013 or earlier  | 
end_week | 
 (Integer optional): Ending Week - values range fom 1-15, 1-14 for seasons pre-playoff, i.e. 2013 or earlier  | 
category | 
 (String optional): Category filter (e.g defensive)  | 
A data frame with 59 variables:
teamcharacter.
conferencecharacter.
athlete_idcharacter.
playercharacter.
categorycharacter.
passing_completionsdouble.
passing_attdouble.
passing_pctdouble.
passing_ydsdouble.
passing_tddouble.
passing_intdouble.
passing_ypadouble.
rushing_cardouble.
rushing_ydsdouble.
rushing_tddouble.
rushing_ypcdouble.
rushing_longdouble.
receiving_recdouble.
receiving_ydsdouble.
receiving_tddouble.
receiving_yprdouble.
receiving_longdouble.
fumbles_fumdouble.
fumbles_recdouble.
fumbles_lostdouble.
defensive_solodouble.
defensive_totdouble.
defensive_tfldouble.
defensive_sacksdouble.
defensive_qb_hurdouble.
interceptions_intdouble.
interceptions_ydsdouble.
interceptions_avgdouble.
interceptions_tddouble.
defensive_pddouble.
defensive_tddouble.
kicking_fgmdouble.
kicking_fgadouble.
kicking_pctdouble.
kicking_xpadouble.
kicking_xpmdouble.
kicking_ptsdouble.
kicking_longdouble.
kick_returns_nodouble.
kick_returns_ydsdouble.
kick_returns_avgdouble.
kick_returns_tddouble.
kick_returns_longdouble.
punting_nodouble.
punting_ydsdouble.
punting_yppdouble.
punting_longdouble.
punting_in_20double.
punting_tbdouble.
punt_returns_nodouble.
punt_returns_ydsdouble.
punt_returns_avgdouble.
punt_returns_tddouble.
punt_returns_longdouble.
https://api.collegefootballdata.com/stats/player/season
1 2 3 4 5  | cfb_stats_season_player(year=2018, conference = 'B12', start_week = 1, end_week = 7)
cfb_stats_season_player(2019, team = 'LSU', category = 'passing')
cfb_stats_season_player(2013, team = "Florida State", category = 'passing')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.