nba_draftcombinedrillresults: *Get NBA Stats API Draft Combine Drill Results*

View source: R/nba_stats_draft.R

nba_draftcombinedrillresultsR Documentation

Get NBA Stats API Draft Combine Drill Results

Description

Get 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.

Details

Draft Combine

 nba_draftcombinedrillresults(season_year = most_recent_nba_season() - 1)

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

Author(s)

Saiem Gilani

See Also

Other NBA Draft Functions: nba_draftboard(), nba_draftcombinenonstationaryshooting(), nba_draftcombineplayeranthro(), nba_draftcombinespotshooting(), nba_draftcombinestats(), nba_drafthistory()


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.