cfb_game_media: Get Game media information (TV, radio, etc)

Description Usage Arguments Value Source Examples

View source: R/cfb_game_media.R

Description

Get Game media information (TV, radio, etc)

Usage

1
2
3
4
5
6
7
8
cfb_game_media(
  year,
  week = NULL,
  season_type = "both",
  team = NULL,
  conference = NULL,
  media_type = NULL
)

Arguments

year

(Integer required): Year, 4 digit format (YYYY)

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, or both

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

Value

A data frame with 13 variables:

game_id

integer.

season

integer.

week

integer.

season_type

character.

start_time

character.

is_start_time_tbd

logical.

home_team

character.

home_conference

character.

away_team

character.

away_conference

character.

tv

list.

radio

logical.

web

list.

Source

https://api.collegefootballdata.com/games/media

Examples

1
cfb_game_media(2019, week = 4, conference = 'ACC')

meysubb/cfbscrapR documentation built on Dec. 15, 2020, 11:26 p.m.