Learn R Programming

ncaahoopR (version 1.5.8)

season_boxscore: Get Season Box Score

Description

Gets team schedule for requested season.

Usage

season_boxscore(team, season = current_season, aggregate = "average")

Arguments

team

Team to get schedule for

season

Season to get schedule for. In form "2020-21". Default equals current season.

aggregate

One of 'average' (per-game average statistics), 'total' (sums of season stats) or 'raw' (just return all box scores binded together). 'average' is the default.

Value

A data frame of the team's schedule for requested season