Skip to content

abresler/nbastatR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72670a6 · Nov 8, 2023
Nov 8, 2023
Apr 23, 2022
Jan 25, 2023
Oct 25, 2018
Jul 19, 2023
Jan 9, 2018
Apr 23, 2022
Oct 7, 2015
Jan 25, 2023
Jan 14, 2021
Jan 20, 2019
Jan 20, 2019
Jan 25, 2023
Jul 29, 2018
Jan 20, 2019

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages