load_umpire_ids function

Download a data frame of all umpires and their mlbamids for games since2008

Download a data frame of all umpires and their mlbamids for games since2008

load_umpire_ids()

Returns

Function returns a tibble with the following columns:

  • id
  • position
  • name
  • game_pk
  • game_date

Examples

try(load_umpire_ids())