View source: R/getTeamBowlingDetails.R
getTeamBowlingDetails | R Documentation |
This function gets the bowling details of a team in all matchs against all oppositions. This gets all the details of the bowlers for e.g deliveries, maidens, runs, wickets, venue, date, winner ec
getTeamBowlingDetails(team,dir=".",save=FALSE, odir=".")
team |
The team for which detailed bowling info is required |
dir |
The source directory of RData files obtained with convertAllYaml2RDataframes() |
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 |
bowlingDetails The dataframe with the bowling 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
getTeamBattingDetails
## Not run:
a <- getTeamBowlingDetails("India",dir="../data",save=TRUE,odir=".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.