powered by
Filter NBA Data by Source (NBA.com)
nba_data_nba_com()
A filtered and selected tibble of NBA data from NBA.com.
A tibble with the following columns:
tibble
name
The name of the player.
year
The year of the draft.
position
The position the player plays.
school
The school the player attended.
weight
The weight of the player.
grade
The grade given to the player.
date_of_birth
The date of birth of the player.
profile
Profile description of the player.
analysis
An analysis of the player's potential and performance.
projection
Projection of the player's future performance.
Filters and selects NBA data from NBA.com for the given source value.
# Filter NFL data for NBA.com nba_com <- nba_data_nba_com() # View the first few rows head(nba_com)
Run the code above in your browser using DataLab