Learn R Programming

yorkr (version 0.0.42)

rankT20Bowlers: Ranks the T20 bowlers

Description

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

Usage

rankT20Bowlers(dir=".",minMatches, dateRange, wicketsVsER,type)

Arguments

dir

The directory

minMatches

Minimum matches played

dateRange

Date interval to consider

wicketsVsER

Wickets or economy rate

type

T20 format

Author

Tinniam V Ganesh

References

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

See Also

rankODIBowlers
rankODIBatsmen
rankT20Batsmen
rankT20Bowlers

Examples

Run this code
if (FALSE) {
rankT20Bowlers(dir=".",minMatches, dateRange, wicketsVsER,type)
}

Run the code above in your browser using DataLab