mlb_jobs: *MLB Jobs*

View source: R/mlb_jobs.R

mlb_jobsR Documentation

MLB Jobs

Description

MLB Jobs

Usage

mlb_jobs(job_type = "UMPR", sport_id = NULL, date = NULL)

Arguments

job_type

Return information for a given job_type. See mlb_job_types()

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 Jersey number worn (often blank for non-uniformed roles).
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 individual.
person_full_name character Full name of the individual.
person_link character API relative link to the person.

Examples


  try(mlb_jobs(job_type='UMPR'))


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