getGameBoxScore {euroleaguer}R Documentation

Get game box-score

Description

[Experimental]

Usage

getGameBoxScore(season_code, game_code)

Arguments

season_code

One or more season codes as obtained from getCompetitionHistory().
Examples are E2023 for Euroleague or U2023 for Eurocup 2023.

game_code

One or more game codes as obtained from getCompetitionGames().

Value

Returns a list of elements for the chosen games and seasons

Glossary of columns:

Column name Column extended name
GP Game player
GS Game started
MIN Minutes played
PTS Points scored
2PM Two-pointers made
2PA Two-pointers attempted
2P% Two-point %
3PM Three-pointers made
3PA Three-pointers attempted
3P% Three-point %
FTM Free throws made
FTA Free throws attempted
FT% Free-throw %
OREB Offensive rebounds
DREB Defensive rebounds
TREB Total rebounds
AST Assists
STL Steals
TO Turnovers
BLK Blocks
BLKA Blocks against
FC Personal fouls committed
FD Personal fouls drawn
PIR Performance Index Rating

Reference webpage: BoxScore

Examples


## Not run: 

getGameBoxScore(season_code = c("E2023", "U2023"), game_code = 1)


## End(Not run)


[Package euroleaguer version 0.2.0 Index]