cfbd_stats | R Documentation |
cfbd_stats_categories()
:Get college football mapping for stats categories.
cfbd_stats_season_team()
:Get season statistics by team.
cfbd_stats_season_advanced()
:Get season advanced statistics by team.
cfbd_stats_game_advanced()
:Get game advanced stats.
cfbd_stats_season_player()
:Get season statistics by player.
cfbd_stats_game_advanced(year = 2018, week = 12, team = "Texas A&M") cfbd_stats_game_advanced(2019, team = "LSU") cfbd_stats_game_advanced(2013, team = "Florida State")
cfbd_stats_season_advanced(2019, team = "LSU")
cfbd_stats_season_player(year = 2018, conference = "B12", start_week = 1, end_week = 7) cfbd_stats_season_player(2019, team = "LSU", category = "passing") cfbd_stats_season_player(2013, team = "Florida State", category = "passing")
cfbd_stats_season_team(year = 2018, conference = "B12", start_week = 1, end_week = 8) cfbd_stats_season_team(2019, team = "LSU") cfbd_stats_season_team(2013, team = "Florida State")
This function identifies all Stats Categories identified in the regular stats endpoint.
cfbd_stats_categories()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.