View source: R/getBowlerWicketDetails.R
getBowlerWicketDetails | R Documentation |
This function gets the bowling of a bowler (overs,maidens,runs,wickets,venue, opposition)
getBowlerWicketDetails(team,name,dir=".")
team |
The team to which the bowler belongs |
name |
The name of the bowler |
dir |
The source directory of the data |
dataframe The dataframe of bowling performance
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
bowlerMovingAverage
getTeamBowlingDetails
bowlerMeanRunsConceded
teamBowlersWicketRunsOppnAllMatches
## Not run:
# Get the bowling details of bowlers of a team e.g. India. This is saved as a dataframe
c <- getTeamBowlingDetails("India",dir="../data",save=TRUE)
#Get the bowler details from this overall data frame
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=".")
# The dataframe from the above call is used in many functions
#bowlerMeanEconomyRate(jadeja,"RA Jadeja")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.