mlb_probables: *Retrieve probable starters for a given MLB game*

View source: R/mlb_probables.R

mlb_probablesR 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))


baseballr documentation built on April 1, 2023, 12:12 a.m.