View source: R/getTeamBattingDetails.R
getTeamBattingDetails | R Documentation |
This function gets the batting details of a team in all matchs against all oppositions. This gets all the details of the batsmen balls faced,4s,6s,strikerate, runs, venue etc. This function is then used for analyses of batsmen. This function calls teamBattingPerfDetails()
getTeamBattingDetails(team,dir=".",save=FALSE,odir=".")
team |
The team for which batting details is required |
dir |
The source directory |
save |
Whether the data frame needs to be saved as RData or not. It is recommended to set save=TRUE as the data can be used for a lot of analyses of batsmen |
odir |
The output directory to store saved files |
battingDetails The dataframe with the batting details
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBowlingDetails
## Not run:
a <- getTeamBattingDetails("India",dir="../data", save=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.