mlb_team_personnel: *MLB Team Personnel*

View source: R/mlb_team_personnel.R

mlb_team_personnelR Documentation

MLB Team Personnel

Description

MLB Team Personnel

Usage

mlb_team_personnel(team_id = NULL, date = NULL)

Arguments

team_id

Team ID to return team coach information for.

date

Date to return team coach information for.

Value

Returns a tibble with the following columns

col_name types description
jersey_number character Personnel uniform number.
job character Job name (e.g., Special Assistant).
job_id character Job code identifier.
title character Full personnel title.
person_id integer Personnel MLBAM person ID.
person_full_name character Personnel full name.
person_link character API link to the person.

Examples


  try(mlb_team_personnel(team_id = 137, date = "08/28/2016"))


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