get_players: Find information for all NBA players

Description Usage Arguments Value Examples

View source: R/get_players.R

Description

This function retrieves NBA player data for players by last initial

Usage

1
get_players(initial)

Arguments

initial

What's the last initial you're interested in? E.g., to find information on John Stockton, the initial is "S".

Value

A data.frame with a row for each player with that last initial.

The columns include:

player

Player name

from

First year in league

to

Last year in league

pos

Position(s) played

ht

Height in 'feet-inches' format

wt

Weight in pounds

birth_date

Birth date

college

What college did the player attend?

Examples

1
d <- get_players("Z")

mbjoseph/bbr documentation built on May 22, 2019, 12:20 p.m.