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

sportsdata

Lifecycle: experimental CRAN status

A collection of datasets from sports.

WARNING: This package is currently under early development. Datasets and its contents may change in the future.

Datasets

Small datasets for teaching and learning:

Installation

You can install the development version from GitHub with:

``` {r, eval = FALSE}

install.packages("remotes")

remotes::install_github("smnnlt/sportsdata") ```

License & Contribution

The datasets in this package are available in public domain under a CC-0 license. The code of this package is additionally licensed under a MIT license.

If you encounter any bug or want to suggest a new data set, please submit an issue or write me a message. If you are familiar with writing R code, feel free to submit a pull request.

Please note that the sportsdata package is released with a Contributor Code of Conduct. By contributing to this package, you agree to abide by its terms.



smnnlt/sportsdata documentation built on Dec. 23, 2021, 3:27 a.m.