get_playerinfo: Get Player Information Data

Description Usage Arguments Value Examples

View source: R/get_data.R

Description

Get Player Information Data

Usage

1
get_playerinfo(LeagueID = "", Season = "", IsOnlyCurrentSeason = "", ...)

Arguments

LeagueID

Game identifier.

Season

TBD.

IsOnlyCurrentSeason

TBD.

...

Arguments to make_url.

Value

A data frame containing player information in a given season.

Examples

1
2
3
4
# get player information for the 2016-17 NBA season
player_information <- get_playerinfo(LeagueID = "00",
                                     Season = "2016-17",
                                     IsOnlyCurrentSeason = "1")

imadmali/NBAapi documentation built on May 6, 2019, 2:31 p.m.