The goal of this package is to help people access clean and tidy data from the Canadian Elite Basketball League. It provides functions to present data in an easy-to-use format that provides greater detail and accessibility than official league sources.
You can install the CRAN version of ceblR
with:
install.packages("ceblR")
You can install the development version of ceblR
from GitHub with:
# install.packages("devtools")
::install_github("awosoga/ceblR") devtools
Please refer to the package vignette for more information on how to use this library.
This package takes heavy inspiration from Jason Zivkovic’s euroleagueR
package. Please give that package a star!