The dataset name has been changed to 'nba_players_19_tbl_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a tibble. The original content of the dataset has not been modified.
Usage
data(nba_players_19_tbl_df)
Format
A tibble with 494 observations and 7 variables:
- first_name
Character string representing the player's first name.
- last_name
Character string representing the player's last name.
- team
Character string indicating the name of the team.
- team_abbr
Character string representing the team's abbreviation.
- position
Character string indicating the player's position on the team.
- number
Character string representing the player's jersey number.
- height
Numeric value representing the player's height.