
Get NBA Stats API Draft Combine Drill Results
Source:R/nba_stats_draft.R
nba_draftcombinedrillresults.RdGet NBA Stats API Draft Combine Drill Results
Get NBA Stats API Draft Combine Drill Results
Usage
nba_draftcombinedrillresults(
league_id = "00",
season_year = most_recent_nba_season() - 1,
...
)Arguments
- league_id
league_id
- season_year
season_year
- ...
Additional arguments passed to an underlying function like httr.
Value
Returns a named list of data frames: Results
Results
| col_name | types |
| TEMP_PLAYER_ID | character |
| PLAYER_ID | character |
| FIRST_NAME | character |
| LAST_NAME | character |
| PLAYER_NAME | character |
| POSITION | character |
| STANDING_VERTICAL_LEAP | character |
| MAX_VERTICAL_LEAP | character |
| LANE_AGILITY_TIME | character |
| MODIFIED_LANE_AGILITY_TIME | character |
| THREE_QUARTER_SPRINT | character |
| BENCH_PRESS | character |
See also
Other NBA Draft Functions:
nba_draftboard(),
nba_draftcombinenonstationaryshooting(),
nba_draftcombineplayeranthro(),
nba_draftcombinespotshooting(),
nba_draftcombinestats(),
nba_drafthistory()