mlb_team_coaches {baseballr} | R 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 |
jersey_number | character |
job | character |
job_id | character |
title | character |
person_id | integer |
person_full_name | character |
person_link | character |
Examples
try(mlb_team_coaches(team_id = 137, season = 2021))
[Package baseballr version 1.6.0 Index]