getPlayerMisc {euroleaguer} | R Documentation |
getPlayerMisc(season_code)
season_code |
One or more season codes as obtained from |
Returns a summary tibble of miscellaneous players statistics for chosen seasons.
Glossary of columns:
Column name | Column extended name | Column description |
DD2 | Double-doubles | Games with double-digit totals in two of: points, rebounds, assists, steals and blocks |
TD3 | Triple-doubles | Games with double-digit totals in three of: points, rebounds, assists, steals and blocks |
Reference webpage: Stats
## Not run:
getPlayerMisc(season_code = "E2023")
## End(Not run)