Learn R Programming

wehoop (version 3.0.0)

basketball_load_wbb_shots_schema: Shared column schema: basketball load wbb shots schema

Description

Columns shared verbatim across: load_wbb_shots, load_wnba_shots.

Arguments

Details

col_nametypesdescription
game_idcharacterUnique game identifier.
seasonintegerSeason identifier (4-digit year or 'YYYY-YY' string).
period_numberintegerNumeric period (1-4 for quarters; 5+ for OT).
clock_display_valuecharacterGame clock display string (e.g. '8:32').
team_idcharacterUnique team identifier.
athlete_id_1characterPrimary athlete identifier (e.g. shooter).
athlete_id_2characterSecondary athlete identifier (e.g. assister / fouler).
type_idcharacterType identifier (numeric).
type_textcharacterDisplay text for the type field.
scoring_playlogicalTRUE if the play resulted in points scored.
score_valueintegerPoint value of the play (2 / 3 / 1).
coordinate_xnumericX coordinate on the court (half-court layout).
coordinate_ynumericY coordinate on the court (half-court layout).
coordinate_x_rawnumericX coordinate as returned by the API before any adjustment.
coordinate_y_rawnumericY coordinate as returned by the API before any adjustment.