nba_data_espn {ProSportsDraftData} | R Documentation |
Filter NBA Data by Source (ESPN)
nba_data_espn()
A tibble
with the following columns:
name
The name of the player.
year
The year of the draft.
height
The height of the player.
weight
The weight of the player.
school
The school the player attended.
college_abbreviation
The abbreviation of the college the player attended.
pros
The pros of the player's abilities.
cons
The cons of the player's abilities.
verdict
The overall verdict on the player's potential.
pre_draft_analysis
Analysis of the player before the draft.
post_draft_analysis
Analysis of the player after the draft.
ranking
The player's ranking.
player_score
The score given to the player.
Filters and selects NBA data from ESPN for the given source value.
A filtered and selected tibble of NBA data from ESPN.
# Filter NBA data for ESPN
espn_data <- nba_data_espn()
# View the first few rows
head(espn_data)