This package allows the downloading of super netball statistics (https://stevelane.github.io/superNetballR/. The first super netball season was in 2017, and was eventually won by the Sunshine Coast Lightning.
superNetballR
contains helper functions that transform the downloaded data into usable tidy data.
Installation in R requires devtools
. To install, run the following from an R session:
devtools::install_github("stevelane/superNetballR")
To install the development version:
devtools::install_github("stevelane/superNetballR@develop")