(legacy) Retrieve batting orders for a given MLB game
get_batting_orders(game_pk, type = "starting")
game_pk
: The unique game_pk identifier for the gametype
: Whether to just return the starting lineup ('starting') or all batters that appeared ('all')Returns a tibble that includes probable starting pitchers and the home plate umpire for the game_pk
requested
Useful links