get_espn_event_officials | R Documentation |
get_espn_event_officials()
retrieves information on each official for a given event
, including but not limited to its ESPN ID, name, and position. Access get_espn_events()
for event
reference.
get_espn_event_officials(event = 401687600)
event |
integer ESPN Event (Game) ID |
tibble with one row per official
NJD_BUF_2024_10_04_officials <- get_espn_event_officials(event=401687600)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.