saveAllT20MatchesAsDF {yorkr}R Documentation

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

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: 
saveAllT20MatchesAsDF(teamNames,dir=".",odir=".",type="IPL",save=TRUE)

## End(Not run)


[Package yorkr version 0.0.42 Index]