Learn R Programming

cbbreadr (version 1.0.2)

load_team_stats: Load cbb teams stats

Description

Pull in statistics aggregated by team for for specified season(s)

Usage

load_team_stats(seasons = most_recent_season())

Value

a dataframe of team statistics for college basketball teams.

Arguments

seasons

an integer or vector of integers of seasons to fetch data for. Defaults to the most recent season. Pass in TRUE to fetch all seasons.

See Also

https://john-b-edwards.github.io/cbbreadr/articles/dictionary_team_stats.html for a web version of the data dictionary

dictionary_team_stats for the data dictionary as bundled within the package

Issues with this data should be filed here: https://github.com/john-b-edwards/cbbd-data/issues

Examples

Run this code
# \donttest{
try({ # avoid cran errors
load_team_stats()
})
# }

Run the code above in your browser using DataLab