Description Usage Arguments Value Examples
This function retrieves NBA player data for players by last initial
1 | get_players(initial)
|
initial |
What's the last initial you're interested in? E.g., to find information on John Stockton, the initial is "S". |
A data.frame with a row for each player with that last initial.
The columns include:
Player name
First year in league
Last year in league
Position(s) played
Height in 'feet-inches' format
Weight in pounds
Birth date
What college did the player attend?
1 | d <- get_players("Z")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.