View source: R/mlb_team_coaches.R
| mlb_team_coaches | R Documentation |
MLB Team Coaches
mlb_team_coaches(team_id = NULL, date = NULL, season = NULL)
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 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. |
try(mlb_team_coaches(team_id = 137, season = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.