Skip to contents

Get WNBA Stats API Boxscore Player Tracking V3

Get WNBA Stats API Boxscore Player Tracking V3

Usage

wnba_boxscoreplayertrackv3(
  game_id = "1022200034",
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

Arguments

game_id

Game ID

start_period

start_period

end_period

end_period

start_range

start_range

end_range

end_range

range_type

range_type

...

Additional arguments passed to an underlying function like httr.

Value

A list of data frames: home_team_player_player_track, away_team_player_player_track, home_team_totals_player_track, away_team_totals_player_track

home_team_player_player_track

col_nametypes
game_idcharacter
away_team_idinteger
home_team_idinteger
team_idinteger
team_namecharacter
team_citycharacter
team_tricodecharacter
team_slugcharacter
person_idinteger
first_namecharacter
family_namecharacter
name_icharacter
player_slugcharacter
positioncharacter
commentcharacter
jersey_numcharacter
minutescharacter
speednumeric
distancenumeric
rebound_chances_offensiveinteger
rebound_chances_defensiveinteger
rebound_chances_totalinteger
touchesinteger
secondary_assistsinteger
free_throw_assistsinteger
passesinteger
assistsinteger
contested_field_goals_madeinteger
contested_field_goals_attemptedinteger
contested_field_goal_percentagenumeric
uncontested_field_goals_madeinteger
uncontested_field_goals_attemptedinteger
uncontested_field_goals_percentagenumeric
field_goal_percentagenumeric
defended_at_rim_field_goals_madeinteger
defended_at_rim_field_goals_attemptedinteger
defended_at_rim_field_goal_percentagenumeric

away_team_player_player_track

col_nametypes
game_idcharacter
away_team_idinteger
home_team_idinteger
team_idinteger
team_namecharacter
team_citycharacter
team_tricodecharacter
team_slugcharacter
person_idinteger
first_namecharacter
family_namecharacter
name_icharacter
player_slugcharacter
positioncharacter
commentcharacter
jersey_numcharacter
minutescharacter
speednumeric
distancenumeric
rebound_chances_offensiveinteger
rebound_chances_defensiveinteger
rebound_chances_totalinteger
touchesinteger
secondary_assistsinteger
free_throw_assistsinteger
passesinteger
assistsinteger
contested_field_goals_madeinteger
contested_field_goals_attemptedinteger
contested_field_goal_percentagenumeric
uncontested_field_goals_madeinteger
uncontested_field_goals_attemptedinteger
uncontested_field_goals_percentagenumeric
field_goal_percentagenumeric
defended_at_rim_field_goals_madeinteger
defended_at_rim_field_goals_attemptedinteger
defended_at_rim_field_goal_percentagenumeric

home_team_totals_player_track

col_nametypes
game_idcharacter
away_team_idinteger
home_team_idinteger
team_idinteger
team_namecharacter
team_citycharacter
team_tricodecharacter
team_slugcharacter
minutescharacter
distancenumeric
rebound_chances_offensiveinteger
rebound_chances_defensiveinteger
rebound_chances_totalinteger
touchesinteger
secondary_assistsinteger
free_throw_assistsinteger
passesinteger
assistsinteger
contested_field_goals_madeinteger
contested_field_goals_attemptedinteger
contested_field_goal_percentagenumeric
uncontested_field_goals_madeinteger
uncontested_field_goals_attemptedinteger
uncontested_field_goals_percentagenumeric
field_goal_percentagenumeric
defended_at_rim_field_goals_madeinteger
defended_at_rim_field_goals_attemptedinteger
defended_at_rim_field_goal_percentagenumeric

away_team_totals_player_track

col_nametypes
game_idcharacter
away_team_idinteger
home_team_idinteger
team_idinteger
team_namecharacter
team_citycharacter
team_tricodecharacter
team_slugcharacter
minutescharacter
distancenumeric
rebound_chances_offensiveinteger
rebound_chances_defensiveinteger
rebound_chances_totalinteger
touchesinteger
secondary_assistsinteger
free_throw_assistsinteger
passesinteger
assistsinteger
contested_field_goals_madeinteger
contested_field_goals_attemptedinteger
contested_field_goal_percentagenumeric
uncontested_field_goals_madeinteger
uncontested_field_goals_attemptedinteger
uncontested_field_goals_percentagenumeric
field_goal_percentagenumeric
defended_at_rim_field_goals_madeinteger
defended_at_rim_field_goals_attemptedinteger
defended_at_rim_field_goal_percentagenumeric

Details

 wnba_boxscoreplayertrackv3(game_id = "1022200034")

Author

Saiem Gilani