Get WNBA Stats API play-by-play (Multiple Games)
Get WNBA Stats API play-by-play (Multiple Games)
Arguments
- game_ids
Game IDs
- on_court
IF TRUE will be added ID of players on court
- version
Play-by-play version -
"v3"(default) or"v2". V3 returns richer data with shot coordinates, shot values, and V3 action types. V2 is available from 2016-17 onwards.- nest_data
If TRUE returns nested data by game
- ...
Additional arguments passed to an underlying function like httr.
Value
Returns a data frame: PlayByPlay
Columns as documented in the shared wnba_players_on_court_schema table.
See also
Other WNBA PBP Functions:
wnba_data_pbp(),
wnba_live_pbp(),
wnba_pbp(),
wnba_playbyplayv3()
