View source: R/mlb_jobs_datacasters.R
| mlb_jobs_datacasters | R Documentation |
MLB Jobs Datacasters
mlb_jobs_datacasters(sport_id = NULL, date = NULL)
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 (typically blank for datacasters). |
| job | character | Job title (e.g. 'Stringer'). |
| job_code | character | Four-letter job type code (e.g. 'MSTR'). |
| title | character | Specific role title for the assignment. |
| person_id | integer | MLB person id for the datacaster. |
| person_full_name | character | Full name of the datacaster. |
| person_link | character | API relative link to the person. |
try(mlb_jobs_datacasters(sport_id=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.