wnba_boxscorescoringv3 {wehoop} | R Documentation |
Get WNBA Stats API Boxscore Scoring V3
Description
Get WNBA Stats API Boxscore Scoring V3
Get WNBA Stats API Boxscore Scoring V3
Usage
wnba_boxscorescoringv3(
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. |
Details
wnba_boxscorescoringv3(game_id = "1022200034")
Value
A list of data frames: home_team_player_scoring, away_team_player_scoring, home_team_totals_scoring, away_team_totals_scoring
home_team_player_scoring
col_name | types |
game_id | character |
away_team_id | integer |
home_team_id | integer |
team_id | integer |
team_name | character |
team_city | character |
team_tricode | character |
team_slug | character |
person_id | integer |
first_name | character |
family_name | character |
name_i | character |
player_slug | character |
position | character |
comment | character |
jersey_num | character |
minutes | character |
percentage_field_goals_attempted2pt | numeric |
percentage_field_goals_attempted3pt | numeric |
percentage_points2pt | numeric |
percentage_points_midrange2pt | numeric |
percentage_points3pt | numeric |
percentage_points_fast_break | numeric |
percentage_points_free_throw | numeric |
percentage_points_off_turnovers | numeric |
percentage_points_paint | numeric |
percentage_assisted2pt | numeric |
percentage_unassisted2pt | numeric |
percentage_assisted3pt | numeric |
percentage_unassisted3pt | numeric |
percentage_assisted_fgm | numeric |
percentage_unassisted_fgm | numeric |
away_team_player_scoring
col_name | types |
game_id | character |
away_team_id | integer |
home_team_id | integer |
team_id | integer |
team_name | character |
team_city | character |
team_tricode | character |
team_slug | character |
person_id | integer |
first_name | character |
family_name | character |
name_i | character |
player_slug | character |
position | character |
comment | character |
jersey_num | character |
minutes | character |
percentage_field_goals_attempted2pt | numeric |
percentage_field_goals_attempted3pt | numeric |
percentage_points2pt | numeric |
percentage_points_midrange2pt | numeric |
percentage_points3pt | numeric |
percentage_points_fast_break | numeric |
percentage_points_free_throw | numeric |
percentage_points_off_turnovers | numeric |
percentage_points_paint | numeric |
percentage_assisted2pt | numeric |
percentage_unassisted2pt | numeric |
percentage_assisted3pt | numeric |
percentage_unassisted3pt | numeric |
percentage_assisted_fgm | numeric |
percentage_unassisted_fgm | numeric |
home_team_totals_scoring
col_name | types |
game_id | character |
away_team_id | integer |
home_team_id | integer |
team_id | integer |
team_name | character |
team_city | character |
team_tricode | character |
team_slug | character |
minutes | character |
percentage_field_goals_attempted2pt | numeric |
percentage_field_goals_attempted3pt | numeric |
percentage_points2pt | numeric |
percentage_points_midrange2pt | numeric |
percentage_points3pt | numeric |
percentage_points_fast_break | numeric |
percentage_points_free_throw | numeric |
percentage_points_off_turnovers | numeric |
percentage_points_paint | numeric |
percentage_assisted2pt | numeric |
percentage_unassisted2pt | numeric |
percentage_assisted3pt | numeric |
percentage_unassisted3pt | numeric |
percentage_assisted_fgm | numeric |
percentage_unassisted_fgm | numeric |
away_team_totals_scoring
col_name | types |
game_id | character |
away_team_id | integer |
home_team_id | integer |
team_id | integer |
team_name | character |
team_city | character |
team_tricode | character |
team_slug | character |
minutes | character |
percentage_field_goals_attempted2pt | numeric |
percentage_field_goals_attempted3pt | numeric |
percentage_points2pt | numeric |
percentage_points_midrange2pt | numeric |
percentage_points3pt | numeric |
percentage_points_fast_break | numeric |
percentage_points_free_throw | numeric |
percentage_points_off_turnovers | numeric |
percentage_points_paint | numeric |
percentage_assisted2pt | numeric |
percentage_unassisted2pt | numeric |
percentage_assisted3pt | numeric |
percentage_unassisted3pt | numeric |
percentage_assisted_fgm | numeric |
percentage_unassisted_fgm | numeric |
Author(s)
Saiem Gilani
See Also
Other WNBA Boxscore V3 Functions:
wnba_boxscoreadvancedv3()
,
wnba_boxscorefourfactorsv3()
,
wnba_boxscorehustlev2()
,
wnba_boxscoremiscv3()
,
wnba_boxscoreplayertrackv3()
,
wnba_boxscoretraditionalv3()
[Package wehoop version 2.1.0 Index]