getPlayerStats {euroleaguer} | R Documentation |
Get player statistics
Description
Usage
getPlayerStats(
season_code,
statistic_mode = c("perGame", "perMinute", "accumulated")
)
Arguments
season_code |
One or more season codes as obtained from |
statistic_mode |
One or more aggregation modes of statistics. |
Value
Returns a summary tibble of players statistics for chosen 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: Stats
Examples
## Not run:
getPlayerStats(season_code = "E2023", statistic_mode = "perGame")
## End(Not run)
[Package euroleaguer version 0.2.0 Index]