This package is designed to allow users to obtain clean and tidy data from the Australian National Basketball League (NBL).
You can install the CRAN version of
nblR
with the below.
install.packages("nblR")
library(nblR)
Alternatively, you can install the dev (little less stable) version of
nblR
from
GitHub with:
# install.packages("remotes")
remotes::install_github("JaseZiv/nblR")
library(nblR)
To get a better understanding of how to use the library, see the package vignette
When creating an issue, please include:
- Reproducible examples
- A brief description of what the expected results are
- For improvement suggestions, what features are being requested and their purpose
Feel free to get in touch via email or Bluesky if you aren’t able to create an issue.
Follow me on Bluesky jaseziv for updates.
If this package helps you, all I ask is that you star this repo. If you did want to show your support and contribute to server time and data storage costs, feel free to send a small donation through the link below.
Big thanks to Jacquie Tran for the
inspiration her wnblr
library
gave for this one.
Also, thanks to the NBL for being the league it is!