nba_data_nbadraft_net {ProSportsDraftData} | R Documentation |
Filter NBA Data by Source (NBADraft.net)
nba_data_nbadraft_net()
A tibble
with the following columns:
name
The name of the player.
height
The height of the player.
weight
The weight of the player.
position
The position the player plays.
school
The school the player attended.
date_of_birth
The date of birth of the player.
hometown
The hometown of the player.
high_school
The high school the player attended.
international_team
The international team the player has been part of.
athleticism
Evaluation of the player's athleticism.
size
Evaluation of the player's size.
defense
Evaluation of the player's defensive skills.
strength
Evaluation of the player's strength.
quickness
Evaluation of the player's quickness.
leadership
Evaluation of the player's leadership skills.
jumpshot
Evaluation of the player's jumpshot.
nba_ready
Evaluation of the player's NBA readiness.
rebounding
Evaluation of the player's rebounding skills.
potential
Evaluation of the player's potential.
post_skills
Evaluation of the player's post skills.
intangibles
Evaluation of the player's intangibles.
mock_draft_rank
The player's ranking in mock drafts.
big_board_rank
The player's ranking on big boards.
overall_rank
The player's overall ranking.
similar_player
A player with a similar profile.
pros
The pros of the player's abilities.
cons
The cons of the player's abilities.
Filters and selects NBA data from NBADraft.net for the given source value.
A filtered and selected tibble of NBA data from NBADraft.net.
# Filter NFL data for NBADraft.net
nbadraft <- nba_data_nbadraft_net()
# View the first few rows
head(nbadraft)