Learn R Programming

yorkr (version 0.0.42)

saveAllT20MatchesAsDF: Overall picture Ranks the T20 batsmen

Description

This function creates a single datframe of all T20 batsmen and then ranks them

Usage

saveAllT20MatchesAsDF(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

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

rankODIBowlers
rankODIBatsmen
rankT20Bowlers

Examples

Run this code
if (FALSE) {
saveAllT20MatchesAsDF(teamNames,dir=".",odir=".",type="IPL",save=TRUE)
}

Run the code above in your browser using DataLab