This R package can be used to analyze performances of cricketers based on match data from Cricsheet. The yorkr package can handle match data from ODIs, Twenty20s and IPL T20s from Cricsheet. The data has to be in yaml format
The package can be installed directly from CRAN as follows
install.packages("yorkr") library(yorkr)
The latest updates can be installed directly from Github library(devtools) install_github("tvganesh/yorkr") library(yorkr)
For details on how to use the yorkr package please see my posts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.