powered by
This function creates a dataframe of balls bowled versus the wickets taken by the bowler
bowlerDeliveryWickets(match,theTeam,name)
dataframe
Data frame of the match
The team for which the delivery wickets have to be computed
The name of the bowler
Tinniam V Ganesh
https://cricsheet.org/ https://gigadom.in/ https://github.com/tvganesh/yorkrData/
batsmanFoursSixes batsmanRunsVsDeliveries batsmanRunsVsStrikeRate bowlerDeliveryWickets bowlerMeanEconomyRate bowlerMeanRunsConceded
batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
bowlerDeliveryWickets
bowlerMeanEconomyRate
bowlerMeanRunsConceded
if (FALSE) { #Get match data match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../data") bowlerDeliveryWickets(match,"India","Jadeja") }
Run the code above in your browser using DataLab