| mlb_jobs | R Documentation |
MLB Jobs
mlb_jobs(job_type = "UMPR", sport_id = NULL, date = NULL)
job_type |
Return information for a given job_type. See |
sport_id |
Return information for a given sport_id. |
date |
Return information for a given date. |
Returns a tibble with the following columns
| col_name | types | description |
| jersey_number | character | Jersey number worn (often blank for non-uniformed roles). |
| job | character | Job title (e.g. 'Umpire'). |
| job_code | character | Four-letter job type code (e.g. 'UMPR'). |
| title | character | Specific role title for the assignment. |
| person_id | integer | MLB person id for the individual. |
| person_full_name | character | Full name of the individual. |
| person_link | character | API relative link to the person. |
try(mlb_jobs(job_type='UMPR'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.