powered by
Pull in information on all teams that played in a given season.
load_teams(seasons = most_recent_season())
a dataframe of all college basketball teams tracked by collegebasketballdata.com for a given season(s).
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_teams.html for a web version of the data dictionary
dictionary_teams for the data dictionary as bundled within the package
dictionary_teams
Issues with this data should be filed here: https://github.com/john-b-edwards/cbbd-data/issues
# \donttest{ try({ # avoid cran errors load_teams() }) # }
Run the code above in your browser using DataLab