Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 798 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 798 Bytes

superNetballR

Build Status

Description

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

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")