Learn R Programming

baseballr (version 1.5.0)

mlb_jobs: MLB Jobs

Description

MLB Jobs

Usage

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

Value

Returns a tibble with the following columns

col_nametypes
jersey_numbercharacter
jobcharacter
job_codecharacter
titlecharacter
person_idinteger
person_full_namecharacter
person_linkcharacter

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.

Examples

Run this code
# \donttest{
  try(mlb_jobs(job_type='UMPR'))
# }

Run the code above in your browser using DataLab