rankODIBatsmen {yorkr} | R Documentation |
Ranks the ODI batsmen
Description
This function creates a single datframe of all ODI batsmen and then ranks them
Usage
rankODIBatsmen(dir='.',odir=".",minMatches=50)
Arguments
dir |
The input directory |
odir |
The output directory |
minMatches |
Minimum matches |
Value
The ranked ODI batsmen
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
rankODIBowlers
rankT20Batsmen
rankT20Bowlers
Examples
## Not run:
odiBatsmanRank <- rankODIBatsmen()
## End(Not run)
[Package yorkr version 0.0.42 Index]