getStatsLeader: Stats Leader

Description Usage Arguments Value Author(s) See Also Examples

Description

Stats Leader data

Usage

1
2
3
getStatsLeader(stats_type = c("PTS", "G", "MP", "FG", "FT", "TRB", "AST",
  "STL", "BLK", "TOV", "PF", "FG3"), period = c("career", "season",
  "game"))

Arguments

stats_type

Stats type. PTS, G, MP, FG, FT, TRB, AST, STL, BLK, TOV, PF or FG3

period

Period. career, season or game

Value

This function returns data.frame including columns:

Author(s)

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

See Also

https://www.basketball-reference.com/leaders/

Examples

1
2
3
4
5
## Not run: 
 pts_leader = getStatsLeader(stats_type = "PTS", period = "season")
 head(pts_leader)

## End(Not run)

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