View source: R/mlb_probables.R
| mlb_probables | R Documentation |
Retrieve probable starters for a given MLB game
mlb_probables(game_pk)
game_pk |
The unique game_pk identifier for the game |
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 |
try(mlb_probables(566001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.