Learn R Programming

ballr (version 0.2.1)

NBASeasonTeamByYear: NBA Team Statistics By Year

Description

This function returns a team's yearly statistics from basketball-reference.com

Usage

NBASeasonTeamByYear(team, season)

Arguments

team

One of "ATL", "BOS", etc.

season

The particular season you are querying

Value

A team's game statistics for a particular season

Examples

Run this code
# NOT RUN {
NBASeasonTeamByYear("ATL", 2018)
NBASeasonTeamByYear("NOP", 2018)
# }

Run the code above in your browser using DataLab