cfbd_game_media | R Documentation |
Get game media information (TV, radio, etc).
cfbd_game_media( year, week = NULL, season_type = "both", team = NULL, conference = NULL, media_type = NULL )
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 |
cfbd_game_media()
- A data frame with 13 variables:
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.
try(cfbd_game_media(2019, week = 4, conference = "ACC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.