View source: R/nba_stats_draft.R
| nba_draftcombinedrillresults | R Documentation |
Get NBA Stats API Draft Combine Drill Results
Get NBA Stats API Draft Combine Drill Results
nba_draftcombinedrillresults(
league_id = "00",
season_year = most_recent_nba_season() - 1,
...
)
league_id |
league_id |
season_year |
season_year |
... |
Additional arguments passed to an underlying function like httr. |
nba_draftcombinedrillresults(season_year = most_recent_nba_season() - 1)
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 |
Saiem Gilani
Other NBA Draft Functions:
nba_draftboard(),
nba_draftcombinenonstationaryshooting(),
nba_draftcombineplayeranthro(),
nba_draftcombinespotshooting(),
nba_draftcombinestats(),
nba_drafthistory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.