Learn R Programming

yorkr (version 0.0.42)

topERBowlerAcrossOversAllOppnAllMatches: Compute the best ER by bowlers against all team in powerplay, middle and death overs

Description

This function computes the best ER by bowlers against akk team in in powerplay, middle and death overs

Usage

topERBowlerAcrossOversAllOppnAllMatches(matches,t1)

Value

none

Arguments

matches

The dataframe of the matches

t1

The 1st team of the match

Author

Tinniam V Ganesh

References

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

See Also

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

Run this code
if (FALSE) {

topERBowlerAcrossOversAllOppnAllMatches(matches,'England')
}

Run the code above in your browser using DataLab