An open API service indexing awesome lists of open source software.

https://github.com/robjhyndman/cricketdata

International cricket data for men and women, Tests, ODIs and T20s
https://github.com/robjhyndman/cricketdata

cricket cricket-data ozunconf17 r r-package rstats unconf

Last synced: about 1 year ago
JSON representation

International cricket data for men and women, Tests, ODIs and T20s

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
collapse = TRUE,
comment = "#>",
cache = TRUE,
fig.path = "man/figures/README-"
)
library(cricketdata)
library(tidyverse)
```

# cricketdata

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cricketdata)](https://cran.r-project.org/package=cricketdata)
[![Downloads](https://cranlogs.r-pkg.org/badges/cricketdata)](https://cran.r-project.org/package=cricketdata)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![R-CMD-check](https://github.com/robjhyndman/cricketdata/workflows/R-CMD-check/badge.svg)](https://github.com/robjhyndman/cricketdata/actions)
[![R-CMD-check](https://github.com/robjhyndman/cricketdata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/robjhyndman/cricketdata/actions/workflows/R-CMD-check.yaml)

Functions for downloading data on international and other major cricket matches from [ESPNCricinfo](https://www.espncricinfo.com) and [Cricsheet](https://cricsheet.org). This package provides some functions to download the data into tibbles ready for analysis.

Please respect the terms of use for each website: [ESPNCricinfo](https://www.espncricinfo.com/ci/content/site/company/terms_use.html), [Cricsheet](https://cricsheet.org/register/).

## Installation

You can install the **stable** version from [CRAN](https://cran.r-project.org/package=cricketdata).

``` r
# install.packages("pak")
pak::pak("cricketdata")
```

You can install the **development** version [Github](https://github.com/robjhyndman/cricketdata):

``` r
pak::pak("robjhyndman/cricketdata")
```

## License

This package is free and open source software, licensed under GPL-3.