Functions for downloading data on international and other major cricket matches from ESPNCricinfo and Cricsheet. This package provides some functions to download the data into tibbles ready for analysis.
Please respect the terms of use for each website: ESPNCricinfo, Cricsheet.
You can install the stable version from CRAN.
install.packages("cricketdata", dependencies = TRUE)
You can install the development version Github:
# install.packages("devtools")
devtools::install_github("robjhyndman/cricketdata")
This package is free and open source software, licensed under GPL-3.