Learn R Programming

cbbreadr (version 1.0.2)

load_conferences: Load cbb conference information

Description

Loads information about college basketball conferences

Usage

load_conferences()

Arguments

Value

a dataframe of information about college basketball conferences.

See Also

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

dictionary_conferences 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_conferences()
})
# }

Run the code above in your browser using DataLab