mlb_jobs_official_scorers: *MLB Jobs Official Scorers*

View source: R/mlb_jobs_official_scorers.R

mlb_jobs_official_scorersR Documentation

MLB Jobs Official Scorers

Description

MLB Jobs Official Scorers

Usage

mlb_jobs_official_scorers(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 Jersey number (typically blank for official scorers).
job character Job title (e.g. 'Official Scorer').
job_code character Four-letter job type code (e.g. 'SCOR').
title character Specific role title for the assignment.
person_id integer MLB person id for the official scorer.
person_full_name character Full name of the official scorer.
person_link character API relative link to the person.

Examples


  try(mlb_jobs_official_scorers(sport_id=1))


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