Skip to contents

Get ESPN WNBA Event Officials

Get ESPN WNBA Event Officials

Usage

espn_wnba_event_officials(event_id, ...)

Arguments

event_id

ESPN event/game identifier (character or numeric).

...

Additional arguments; currently unused.

Value

A tibble with one row per official assigned to the game.

col_nametypes
event_idcharacter
official_idcharacter
full_namecharacter
display_namecharacter
position_idcharacter
position_namecharacter
position_typecharacter
orderinteger

Author

Saiem Gilani

Examples

# \donttest{
  espn_wnba_event_officials(event_id = "401736171")
#> ── ESPN WNBA Event Officials (event_id=401736171) from ESPN.com ────────────────
#>  Data updated: 2026-05-06 04:51:31 UTC
#> # A tibble: 3 × 8
#>   event_id  official_id full_name         display_name position_id position_name
#>   <chr>     <chr>       <chr>             <chr>        <chr>       <chr>        
#> 1 401736171 7671        Michael Price     Michael Pri… 40          Referee      
#> 2 401736171 52044       Fatou Cissoko-St… Fatou Cisso… 40          Referee      
#> 3 401736171 4879757     Jason Alabanza    Jason Alaba… 40          Referee      
#> # ℹ 2 more variables: position_type <chr>, order <int>
# }