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.
Installation
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")
devtools::install_github("awosoga/ceblR")
Usage
Please refer to the package vignette for more information on how to use this library.
Acknowledgement
This package takes heavy inspiration from Jason Zivkovic’s euroleagueR
package. Please give that package a star!