nba_data_base {ProSportsDraftData} | R Documentation |
Filter NBA Data by Source (Base)
nba_data_base()
A tibble
with the following columns:
name
The name of the player.
year
The year of the draft.
round
The round in which the player was drafted.
Filters and selects NBA data from the Base (ESPN.com) source.
A filtered and selected tibble of NBA data from Base.
# Filter NBA data for base source
base_data <- nba_data_base()
# View the first few rows
head(base_data)