cfbd_game_media: *Get game media information (TV, radio, etc).*

View source: R/cfbd_games.R

cfbd_game_mediaR Documentation

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

Description

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

Usage

cfbd_game_media(
  year,
  week = NULL,
  season_type = "both",
  team = NULL,
  conference = NULL,
  media_type = NULL,
  division = "fbs"
)

Arguments

year

(Integer required): Year, 4 digit format (YYYY)
Minimum value accepted: 2003

week

(Integer optional): Week, values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier)

season_type

(String default both): Select Season Type, regular, postseason, both, allstar, spring_regular, spring_postseason

team

(String optional): D-I Team

conference

(String optional): Conference abbreviation - Select a valid FBS conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC

media_type

(String optional): Media type filter: tv, radio, web, ppv, or mobile

division

(String optional): Division abbreviation - Select a valid division: fbs/fcs/ii/iii

Value

cfbd_game_media() - A data frame with 13 variables:

col_name types description
game_id integer Referencing game id.
season integer Season of the game.
week integer Game week.
season_type character Season type of the game.
start_time character Game start time.
is_start_time_tbd logical TRUE/FALSE flag for if the start time is still to be determined.
home_team character Home team of the game.
home_conference character Conference of the home team.
away_team character Away team of the game.
away_conference character Conference of the away team.
tv list TV broadcast networks.
radio logical Radio broadcast networks.
web list Web viewing platforms carrying the game.

See Also

Other CFBD Games: cfbd_calendar(), cfbd_game_box_advanced(), cfbd_game_info(), cfbd_game_player_stats(), cfbd_game_records(), cfbd_game_team_stats(), cfbd_game_weather(), cfbd_live_scoreboard()

Examples


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


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.