Learn R Programming

baseballr (version 1.5.0)

load_umpire_ids: Download a data frame of all umpires and their mlbamids for games since 2008

Description

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

Usage

load_umpire_ids()

Arguments

Value

Function returns a tibble with the following columns:

  • id

  • position

  • name

  • game_pk

  • game_date

Examples

Run this code
# \donttest{
  try(load_umpire_ids())
# }

Run the code above in your browser using DataLab