mlb_jobs_official_scorers function

MLB Jobs Official Scorers

MLB Jobs Official Scorers

mlb_jobs_official_scorers(sport_id = NULL, date = NULL)

Arguments

  • 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_official_scorers(sport_id=1))