Learn R Programming

yorkr (version 0.0.42)

saveAllT20BattingDetails: Save all T20 batting details

Description

This function creates a single dataframe of all T20 batting details

Usage

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

Run the code above in your browser using DataLab