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