Learn R Programming

baseballr (version 1.6.0)

mlb_game_content: Retrieve additional game content for major and minor league games

Description

Retrieve additional game content for major and minor league games

Usage

mlb_game_content(game_pk)

Value

Returns a tibble of game content data with the following columns:

col_nametypes
titlecharacter
epg_idinteger
content_idcharacter
media_idcharacter
media_statecharacter
media_feed_typecharacter
media_feed_sub_typecharacter
call_letterscharacter
fox_auth_requiredlogical
tbs_auth_requiredlogical
espn_auth_requiredlogical
fs1auth_requiredlogical
mlbn_auth_requiredlogical
free_gamelogical
typecharacter
descriptioncharacter
rendition_namecharacter
languagecharacter

Arguments

game_pk

The unique game_pk identifier for the game

Examples

Run this code
# \donttest{
  try(mlb_game_content(game_pk = 566001))
# }

Run the code above in your browser using DataLab