mlb_team_coaches: *MLB Team Coaches*

View source: R/mlb_team_coaches.R

mlb_team_coachesR Documentation

MLB Team Coaches

Description

MLB Team Coaches

Usage

mlb_team_coaches(team_id = NULL, date = NULL, season = NULL)

Arguments

team_id

Team ID to return team coach information for.

date

Date to return team coach information for.

season

Year to return team coach information for.

Value

Returns a tibble with the following columns

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

Examples


  try(mlb_team_coaches(team_id = 137, season = 2021))


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