mlb_probables function

Retrieve probable starters for a given MLB game

Retrieve probable starters for a given MLB game

mlb_probables(game_pk)

Arguments

  • game_pk: The unique game_pk identifier for the game

Returns

Returns a tiible that includes probable starting pitchers and the home plate umpire for the game_pk requested including the following columns:

col_nametypes
game_pkinteger
game_datecharacter
fullNamecharacter
idinteger
teamcharacter
team_idinteger
home_plate_full_namecharacter
home_plate_idinteger

Examples

try(mlb_probables(566001))