getTeamLeadStats {euroleaguer} | R Documentation |
Get team lead statistics
Description
Usage
getTeamLeadStats(season_code, phase_type = "All", subset = "All")
Arguments
season_code |
One or more season codes as obtained from |
phase_type |
One or more phase type codes as obtained from |
subset |
One or more game subsets. |
Value
Returns a list of elements for the chosen seasons, phase_type and subset.
-
TeamAccumulated. Total sum of statistics of all teams team
-
TeamAveragePerGame. Average per game of statistics of all teams
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: TeamLead
Examples
## Not run:
TeamLeadStats = getTeamLeadStats(season_code = c("E2022", "E2023"), phase_type = "RS")
TeamLeadStats$TeamAccumulated |> head(5)
TeamLeadStats$TeamAveragePerGame |> head(5)
## End(Not run)
[Package euroleaguer version 0.2.0 Index]