bowlerDeliveryWickets: Number of deliveries to wickets

View source: R/bowlerDeliveryWickets.R

bowlerDeliveryWicketsR Documentation

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)

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

Value

dataframe

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

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

See Also

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
bowlerDeliveryWickets
bowlerMeanEconomyRate
bowlerMeanRunsConceded

Examples

## Not run: 
#Get match data
match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../data")
bowlerDeliveryWickets(match,"India","Jadeja")

## End(Not run)


yorkr documentation built on May 31, 2023, 8:24 p.m.