| mlb_probables {baseballr} | R Documentation |
Retrieve probable starters for a given MLB game
Description
Retrieve probable starters for a given MLB game
Usage
mlb_probables(game_pk)
Arguments
game_pk |
The unique game_pk identifier for the game |
Value
Returns a tiible that includes probable starting pitchers and
the home plate umpire for the game_pk requested including the following columns:
| col_name | types |
| game_pk | integer |
| game_date | character |
| fullName | character |
| id | integer |
| team | character |
| team_id | integer |
| home_plate_full_name | character |
| home_plate_id | integer |
Examples
try(mlb_probables(566001))
[Package baseballr version 1.6.0 Index]