Get ESPN's NWSL team box data

espn_nwsl_team_box(game_id)

Arguments

game_id

Game ID

Value

Returns a team boxscore data frame

Author

Saiem Gilani

Examples


# \donttest{
  try(espn_nwsl_team_box(game_id = 601833))
#>   team.shortDisplayName      team.uid team.alternateColor team.color
#> 1              Portland s:600~t:15362              000000     004812
#> 2               Orlando s:600~t:18206              a7c0dd     633492
#>     team.displayName          team.name
#> 1 Portland Thorns FC Portland Thorns FC
#> 2      Orlando Pride      Orlando Pride
#>                                                team.logo      team.location
#> 1 https://a.espncdn.com/i/teamlogos/soccer/500/15362.png Portland Thorns FC
#> 2 https://a.espncdn.com/i/teamlogos/soccer/500/18206.png      Orlando Pride
#>   team.id team.abbreviation     team.slug team.uniform.color team.uniform.type
#> 1   15362               POR  usa.portland             FFFFFF              away
#> 2   18206               ORL orlando_pride             000000              home
#>   team.uniform.alternateColor
#> 1                        <NA>
#> 2                      6600CC
# }