mlb_jobs_umpires: *MLB Jobs Umpires*

View source: R/mlb_jobs_umpires.R

mlb_jobs_umpiresR Documentation

MLB Jobs Umpires

Description

MLB Jobs Umpires

Usage

mlb_jobs_umpires(sport_id = NULL, date = NULL)

Arguments

sport_id

Return information for a given sport_id.

date

Return information for a given date.

Value

Returns a tibble with the following columns

col_name types description
jersey_number character Umpire jersey number.
job character Job title (e.g. 'Umpire').
job_code character Four-letter job type code (e.g. 'UMPR').
title character Specific role title for the assignment.
person_id integer MLB person id for the umpire.
person_full_name character Full name of the umpire.
person_link character API relative link to the person.

Examples


  try(mlb_jobs_umpires(sport_id=1))


baseballr documentation built on Aug. 27, 2026, 1:07 a.m.