| mlb | R Documentation |
mlb_batting_orders():Retrieve batting orders for a given MLB game.
mlb_draft():Retrieve draft pick information by year.
mlb_pbp():Acquire pitch-by-pitch data for Major and Minor League games.
mlb_game_info():Retrieve additional game information for major and minor league games.
mlb_game_pks():Get MLB Game Info by Date and Level.
mlb_schedule():Find game_pk values for professional baseball games (major and minor leagues).
mlb_probables():Retrieve probable starters for a given MLB game.
mlb_batting_orders(game_pk=566001)
mlb_draft(year= 2018)
mlb_pbp(game_pk = 575156)
mlb_game_info(game_pk = 566001)
mlb_game_pks("2019-04-29")
mlb_schedule(season = "2019")
mlb_probables(566001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.