
Download a data frame of all umpires and their mlbamids for games since 2008
load_umpire_ids()
Function returns a tibble with the following columns:
id
position
name
game_pk
game_date
# \donttest{
try(load_umpire_ids())
# }
Run the code above in your browser using DataLab