Skip to content

rtelmore/ballr

Repository files navigation

ballr

An R API for basketball-reference.com. The correct pronounciation for this package is baw-ler.

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status CRAN_Status_Badge CRAN RStudio mirror downloads DOI

To install

(Update: It's not on CRAN as of July 2020.) From CRAN:

install.packages("ballr")

The development version from GitHub:

install.packages("devtools")
library(devtools)
install_github("rtelmore/ballr")