Learn R Programming

baseballr (version 1.5.0)

mlb_team_coaches: MLB Team Coaches

Description

MLB Team Coaches

Usage

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

Value

Returns a tibble with the following columns

col_nametypes
jersey_numbercharacter
jobcharacter
job_idcharacter
titlecharacter
person_idinteger
person_full_namecharacter
person_linkcharacter

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.

Examples

Run this code
# \donttest{
  try(mlb_team_coaches(team_id = 137, season = 2021))
# }

Run the code above in your browser using DataLab