knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

nbadata

This package contains NBA data that can be used for analysis and playing Daily Fantasy Sports. It currently consists of the following data tables:

Installation

You can install the most current version of nbadata from GitHub with:

devtools::install_github("dfs-with-r/nbadata")

Example

Load a data frame of fantasy points from the 2017-2018 NBA season.

library(tibble)
library(nbadata)
nbafpts


dfs-with-r/nbadata documentation built on May 7, 2019, 4:39 p.m.