powered by
Filter NBA Data by Source (Base)
nba_data_base()
A filtered and selected tibble of NBA data from Base.
A tibble with the following columns:
tibble
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.
# Filter NBA data for base source base_data <- nba_data_base() # View the first few rows head(base_data)
Run the code above in your browser using DataLab