View source: R/mlb_team_personnel.R
| mlb_team_personnel | R Documentation |
MLB Team Personnel
mlb_team_personnel(team_id = NULL, date = NULL)
team_id |
Team ID to return team coach information for. |
date |
Date to return team coach information for. |
Returns a tibble with the following columns
| col_name | types | description |
| jersey_number | character | Personnel uniform number. |
| job | character | Job name (e.g., Special Assistant). |
| job_id | character | Job code identifier. |
| title | character | Full personnel title. |
| person_id | integer | Personnel MLBAM person ID. |
| person_full_name | character | Personnel full name. |
| person_link | character | API link to the person. |
try(mlb_team_personnel(team_id = 137, date = "08/28/2016"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.