| nba_draftcombineplayeranthro {hoopR} | R Documentation |
Get NBA Stats API Draft Combine Player Anthropological Measurements
Description
Get NBA Stats API Draft Combine Player Anthropological Measurements
Get NBA Stats API Draft Combine Player Anthropological Measurements
Usage
nba_draftcombineplayeranthro(
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
nba_draftcombineplayeranthro(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 |
| HEIGHT_WO_SHOES | character |
| HEIGHT_WO_SHOES_FT_IN | character |
| HEIGHT_W_SHOES | character |
| HEIGHT_W_SHOES_FT_IN | character |
| WEIGHT | character |
| WINGSPAN | character |
| WINGSPAN_FT_IN | character |
| STANDING_REACH | character |
| STANDING_REACH_FT_IN | character |
| BODY_FAT_PCT | character |
| HAND_LENGTH | character |
| HAND_WIDTH | character |
Author(s)
Saiem Gilani
See Also
Other NBA Draft Functions:
nba_draftboard(),
nba_draftcombinedrillresults(),
nba_draftcombinenonstationaryshooting(),
nba_draftcombinespotshooting(),
nba_draftcombinestats(),
nba_drafthistory()
[Package hoopR version 2.1.0 Index]