saveAllT20BowlingDetails {yorkr} | R Documentation |
Save all T20 batting details
Description
This function creates a single dataframe of all T20 batting details
Usage
saveAllT20BowlingDetails(teamNames,dir=".",odir=".",type="IPL",save=TRUE)
Arguments
teamNames |
The team names |
dir |
The output directory |
odir |
The output directory |
type |
T20 format |
save |
To save or not |
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
rankODIBatsmen
rankT20Bowlers
Examples
## Not run:
saveAllT20BowlingDetails(teamNames,dir=".",odir=".",type="IPL",save=TRUE)
## End(Not run)
[Package yorkr version 0.0.42 Index]