powered by
Pull in statistics aggregated by team for for specified season(s)
load_team_stats(seasons = most_recent_season())
a dataframe of team statistics for college basketball teams.
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.
TRUE
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
dictionary_team_stats
Issues with this data should be filed here: https://github.com/john-b-edwards/cbbd-data/issues
# \donttest{ try({ # avoid cran errors load_team_stats() }) # }
Run the code above in your browser using DataLab