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 |
jersey_number | character |
job | character |
job_id | character |
title | character |
person_id | integer |
person_full_name | character |
person_link | character |
try(mlb_team_personnel(team_id = 137, date = "08/28/2016"))
Useful links