getStatsPerGame: Stats Per Game for a given player

Description Usage Arguments Value Author(s) Examples

Description

Function for getting given player's stats per game

Usage

1
getStatsPerGame(player, season, span = 1)

Arguments

player

Player name to fetch information for

season

Season number

span

Duration of season(s). Defaults 1.

Value

This function returns data.frame including columns:

Author(s)

Koki Ando <koki.25.ando@gmail.com>

Examples

1
2
3
4
5
## Not run: 
RayAllen <- getStatsPerGame(player="Ray Allen", season=2008, span=1)
head(RayAllen)

## End(Not run)

NBAloveR documentation built on May 1, 2019, 11:29 p.m.