mlb_jobs function

MLB Jobs

MLB Jobs

mlb_jobs(job_type = "UMPR", sport_id = NULL, date = NULL)

Arguments

  • job_type: Return information for a given job_type. See mlb_job_types()
  • sport_id: Return information for a given sport_id.
  • date: Return information for a given date.

Returns

Returns a tibble with the following columns

col_nametypes
jersey_numbercharacter
jobcharacter
job_codecharacter
titlecharacter
person_idinteger
person_full_namecharacter
person_linkcharacter

Examples

try(mlb_jobs(job_type='UMPR'))