View source: R/bowlerDeliveryWickets.R
bowlerDeliveryWickets | R Documentation |
This function creates a dataframe of balls bowled versus the wickets taken by the bowler
bowlerDeliveryWickets(match,theTeam,name)
match |
Data frame of the match |
theTeam |
The team for which the delivery wickets have to be computed |
name |
The name of the bowler |
dataframe
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
bowlerDeliveryWickets
bowlerMeanEconomyRate
bowlerMeanRunsConceded
## Not run:
#Get match data
match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../data")
bowlerDeliveryWickets(match,"India","Jadeja")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.