knitr::opts_chunk$set(echo = TRUE)

Installation

devtools::install_github("abresler/nbastatR")

nbastatR

A package to help you master the NBA data universe in R.

Wrappers

Parallel Computing

This package now supports parallel computing for all iterative functions. In order to utilize this just run `future::plan with your selected method.

For example to use muiltiprocess.

library(nbastatR)
library(future)
plan(multiprocess) 
game_logs(seasons = 2010:2019)


abresler/nbastatR documentation built on Nov. 9, 2023, 2:33 p.m.