View source: R/mlb_game_content.R
| mlb_game_content | R Documentation |
Retrieve additional game content for major and minor league games
mlb_game_content(game_pk)
game_pk |
The unique game_pk identifier for the game |
Returns a tibble of game content data with the following columns:
| col_name | types |
| title | character |
| epg_id | integer |
| content_id | character |
| media_id | character |
| media_state | character |
| media_feed_type | character |
| media_feed_sub_type | character |
| call_letters | character |
| fox_auth_required | logical |
| tbs_auth_required | logical |
| espn_auth_required | logical |
| fs1auth_required | logical |
| mlbn_auth_required | logical |
| free_game | logical |
| type | character |
| description | character |
| rendition_name | character |
| language | character |
try(mlb_game_content(game_pk = 566001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.