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 |
jersey_number | character |
job | character |
job_id | character |
title | character |
person_id | integer |
person_full_name | character |
person_link | character |
try(mlb_team_coaches(team_id = 137, season = 2021))
Useful links