mlb_team_personnel {baseballr} | R Documentation |
MLB Team Personnel
Description
MLB Team Personnel
Usage
mlb_team_personnel(team_id = NULL, date = NULL)
Arguments
team_id |
Team ID to return team coach information for. |
date |
Date 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_personnel(team_id = 137, date = "08/28/2016"))
[Package baseballr version 1.6.0 Index]