Learn R Programming

yorkr (version 0.0.42)

bowlerDeliveryWickets: Number of deliveries to wickets

Description

This function creates a dataframe of balls bowled versus the wickets taken by the bowler

Usage

bowlerDeliveryWickets(match,theTeam,name)

Value

dataframe

Arguments

match

Data frame of the match

theTeam

The team for which the delivery wickets have to be computed

name

The name of the bowler

Author

Tinniam V Ganesh

References

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

See Also

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
bowlerDeliveryWickets
bowlerMeanEconomyRate
bowlerMeanRunsConceded

Examples

Run this code
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