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
# Install the package
pip install yorkpy
yorkpy
can be imported using the typical import
:
# Import yorkpy
import yorkpy
To load the data, You could either do specific import
#1.
import yorkpy.analytics as yka
#yka.matchWormChart(gl_mi,"Mumbai Indians","Gujarat Lions")
or import all the functions
## References
## R-Package
If you are an R-user, There is an R equivalent of `yorkpy` [`yorkr`]https://gigadom.in/2016/04/02/introducing-cricket-package-yorkr-part-1-beaten-by-sheer-pace/).