get_teamroster: Get Team Roster Information

Description Usage Arguments Value Examples

View source: R/get_data.R

Description

Get Team Roster Information

Usage

1
get_teamroster(TeamID = "", Season = "", ...)

Arguments

TeamID

See make_url.

Season

See make_url.

...

Arguments to make_url.

Value

A data frame containing player information in a given season.

Examples

1
2
3
# get team roster information for Miami Heat in the 2016-17 NBA season
team_roster <- get_teamroster(TeamID = "1610612748",
                              Season = "2016-17")

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