| 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 |
| jersey_number | character |
| job | character |
| job_code | character |
| title | character |
| person_id | integer |
| person_full_name | character |
| person_link | character |
try(mlb_jobs(job_type='UMPR'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.