get_cbb_data | R Documentation |
Reads the data from the URL listed below. Using dylr methods puts the data into tidy format. Includes an option to filter the data for conference games only.
get_cbb_data(conf = FALSE)
conf |
Boolean Filter for conference games only |
Requires the tidyverse and lubridate packages.
The Ken Pomeroy data can be found at http://kenpom.com/cbbga22.txt
Conference data was provided by https://www.kaggle.com/c/mens-march-mania-2022/data
Full conference names were edited to match the format found in the Ken Pomeroy data.
A tibble. Each row represents a game in the 2021-2022 season.
## Get full data set get_cbb_data() ## Get conference data get_cbb_data(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.