cfbd_games {cfbfastR}R Documentation

CFBD Games Endpoint Overview

Description

Get results, statistics and information for games

cfbd_game_box_advanced():

Get game advanced box score information.

cfbd_game_player_stats():

Get results information from games.

cfbd_game_team_stats():

Get team statistics by game.

cfbd_game_info():

Get results information from games.

cfbd_game_weather():

Get weather from games.

cfbd_game_records():

Get team records by year.

cfbd_calendar():

Get calendar of weeks by season.

cfbd_game_media():

Get game media information (TV, radio, etc).

Details

Get game advanced box score information.

cfbd_game_box_advanced(game_id = 401114233)

Get player statistics by game

cfbd_game_player_stats(2018, week = 15, conference = "Ind")

cfbd_game_player_stats(2013, week = 1, team = "Florida State", category = "passing")

Get team records by year

cfbd_game_records(2018, team = "Notre Dame")

cfbd_game_records(2013, team = "Florida State")

Get team statistics by game

cfbd_game_team_stats(2019, team = "LSU")

cfbd_game_team_stats(2013, team = "Florida State")

Get results information from games.

cfbd_game_info(2018, week = 1)

cfbd_game_info(2018, week = 7, conference = "Ind")

# 7 OTs LSU @ TAMU
cfbd_game_info(2018, week = 13, team = "Texas A&M", quarter_scores = TRUE)
### **Get weather from games.**
```r
cfbd_game_weather(2018, week = 1)

cfbd_game_info(2018, week = 7, conference = "Ind")

Get calendar of weeks by season.

cfbd_calendar(2019)

Get game media information (TV, radio, etc).

cfbd_game_media(2019, week = 4, conference = "ACC")

[Package cfbfastR version 1.9.0 Index]