Description Usage Arguments Value Source Examples
View source: R/cfb_stats_season_team.R
Get Season Statistics by Team
1 2 3 4 5 6 7 8 | cfb_stats_season_team(
year,
season_type = "regular",
team = NULL,
conference = NULL,
start_week = NULL,
end_week = NULL
)
|
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 from 1-15, 1-14 for seasons pre-playoff, i.e. 2013 or earlier |
A data frame with 43 variables:
gamesinteger.
time_of_poss_totalinteger.
time_of_poss_pgdouble.
pass_compsinteger.
pass_attsinteger.
completion_pctdouble.
net_pass_ydsinteger.
pass_ypadouble.
pass_yprdouble.
pass_TDsinteger.
interceptionsinteger.
int_pctdouble.
rush_attsinteger.
rush_ydsinteger.
rush_TDsinteger.
rush_ypcdouble.
total_ydsinteger.
fumbles_lostinteger.
turnoversinteger.
turnovers_pgdouble.
first_downsinteger.
third_downsinteger.
third_down_convsinteger.
third_conv_ratedouble.
fourth_down_convsinteger.
fourth_downsinteger.
fourth_conv_ratedouble.
penaltiesinteger.
penalty_ydsinteger.
penalties_pgdouble.
penalty_yds_pgdouble.
yards_per_penaltydouble.
kick_returnsinteger.
kick_return_ydsinteger.
kick_return_TDsinteger.
kick_return_avgdouble.
punt_returnsinteger.
punt_return_ydsinteger.
punt_return_TDsinteger.
punt_return_avgdouble.
passes_interceptedinteger.
passes_intercepted_ydsinteger.
passes_intercepted_TDsinteger.
https://api.collegefootballdata.com/stats/season
1 2 3 4 5 | cfb_stats_season_team(year=2018, conference = 'B12', start_week = 1,end_week = 8)
cfb_stats_season_team(2019, team = 'LSU')
cfb_stats_season_team(2013, team = "Florida State")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.