getBatsmanDetails {yorkr} | R Documentation |
Get batting details of batsman from match
Description
This function gets the batting details of a batsman given the match data as a RData file
Usage
getBatsmanDetails(team,name,dir=".")
Arguments
team |
The team of the batsman e.g. India |
name |
Name of batsman |
dir |
The directory where the source file exists |
Value
None
Note
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Author(s)
Tinniam V Ganesh
References
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
See Also
batsmanRunsPredict
batsmanMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded
Examples
## Not run:
getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
## End(Not run)
[Package yorkr version 0.0.42 Index]