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_name
First name.
last_name
Last name.
team
Team name
team_abbr
3-letter team abbreviation.
position
Player position.
number
Jersey number.
height
Height, 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.