abresler / nbastatR

NBA Stats API Wrapper and more for R

Home Page:http://asbcllc.com/nbastatR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbastatR

Installation

devtools::install_github("abresler/nbastatR")

nbastatR

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

Wrappers

  • NBA Stats API
  • Basketball-Reference
  • HoopsHype
  • nbadraft.net
  • realgm
  • Basketball Insiders

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)

About

NBA Stats API Wrapper and more for R

http://asbcllc.com/nbastatR


Languages

Language:R 100.0%