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.
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
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}
}