Learn R Programming

baseballr (version 1.5.0)

mlb_team_personnel: MLB Team Personnel

Description

MLB Team Personnel

Usage

mlb_team_personnel(team_id = NULL, date = NULL)

Value

Returns a tibble with the following columns

col_nametypes
jersey_numbercharacter
jobcharacter
job_idcharacter
titlecharacter
person_idinteger
person_full_namecharacter
person_linkcharacter

Arguments

team_id

Team ID to return team coach information for.

date

Date to return team coach information for.

Examples

Run this code
# \donttest{
  try(mlb_team_personnel(team_id = 137, date = "08/28/2016"))
# }

Run the code above in your browser using DataLab