Description Usage Format Source Examples
Summary information from the NBA players for the 2018-2019 season.
1 | data("nba_players_19")
|
A data frame with 494 observations on the following 7 variables.
first_nameFirst name.
last_nameLast name.
teamTeam name
team_abbr3-letter team abbreviation.
positionPlayer position.
numberJersey number.
heightHeight, in inches.
1 2 | hist(nba_players_19$height, 20)
table(nba_players_19$team)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.