Skip to contents

[Experimental]

Usage

getPlayerPoints(season_code)

Arguments

season_code

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

Value

Returns a summary tibble of points players statistics for chosen seasons.

Glossary of columns:

Column nameColumn extended nameColumn description
2PA-STwo-point attempts sharePlayer's share of team's total two-point attempts
3PA-SThree-point attempts sharePlayer's share of team's total three-point attempts
FTA-SFree throw attempts sharePlayer's share of team's total free throw attempts
2PM-STwo-pointers made sharePlayer's share of team's total two-pointers made
3PM-SThree-pointers made sharePlayer's share of team's total three-pointers made
FTM-SFree throws made sharePlayer's share of team's total free throws made
2P-RTTwo-Point Rate% of a player's field goal attempts that are two-pointers
3P-RTThree-Point Rate% of field goal attempts that are three-pointers
%2P% of points from two-pointers% of points from two-point shots made
%3P% of points from three-pointers% of points from three-point shots made
%FT% of points from free throws% of points from free throws made

Reference webpage: Stats

Examples


if (FALSE) {

getPlayerPoints(season_code = "E2023")

}