Table of Contents
InstallationFollow [**`sportsdataverse`**](https://twitter.com/sportsdataverse) on Twitter and star this repo**Our Authors****Citations****R Packages in the SportsDataverse**[**`cfbfastR`**](https://cfbfastR.sportsdataverse.org/)[**`hoopR`**](https://hoopr.sportsdataverse.org/)[**`wehoop`**](https://wehoop.sportsdataverse.org/)[**`fastRhockey`**](https://fastRhockey.sportsdataverse.org/)[**`baseballr`**](https://BillPetti.github.io/baseballr/)[**`toRvik`**](https://andreweatherman.github.io/toRvik/)[**`chessR`**](https://jaseziv.github.io/chessR/)[**`sportyR`**](https://sportyr.sportsdataverse.org/)
The {sportsdataverse} R-verse Package
sportsdataverse
The sportsdataverse
is a set of
sports data packages that work in harmony because they share common data
representations and API design. This package is designed to make it easy
to install and load multiple sportsdataverse
packages in a single
step. Learn more about the sportsdataverse
at
sportsdataverse.org.
Installation
You can install the released version of
sportsdataverse
from
GitHub with:
# You can install using the pacman package using the following code:
if (!requireNamespace('pacman', quietly = TRUE)){
install.packages('pacman')
}
pacman::p_load_current_gh("sportsdataverse/sportsdataverse-R")
# Alternatively, using the devtools package:
if (!requireNamespace('devtools', quietly = TRUE)){
install.packages('devtools')
}
devtools::install_github(repo = "sportsdataverse/sportsdataverse-R")
sportsdataverse::sportsdataverse_logo()
Follow sportsdataverse
on Twitter and star this repo
Our Authors
Citations
To cite the sportsdataverse
R
package in publications, use:
BibTex Citation
@misc{saiemgilani2021sdv,
author = {Gilani, Saiem},
title = {sportsdataverse: The Set of R Packages for Sports Data.},
url = {https://r.sportsdataverse.org},
year = {2021}
}