mlb_team_coaches function

MLB Team Coaches

MLB Team Coaches

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.

Returns

Returns a tibble with the following columns

col_nametypes
jersey_numbercharacter
jobcharacter
job_idcharacter
titlecharacter
person_idinteger
person_full_namecharacter
person_linkcharacter

Examples

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