Learn R Programming

baseballr (version 1.5.0)

mlb_jobs_official_scorers: MLB Jobs Official Scorers

Description

MLB Jobs Official Scorers

Usage

mlb_jobs_official_scorers(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

sport_id

Return information for a given sport_id.

date

Return information for a given date.

Examples

Run this code
# \donttest{
  try(mlb_jobs_official_scorers(sport_id=1))
# }

Run the code above in your browser using DataLab