getTeamBowlingDetails {yorkr} | R Documentation |
Get the team bowling details
Description
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
Usage
getTeamBowlingDetails(team,dir=".",save=FALSE, odir=".")
Arguments
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 |
Value
bowlingDetails The dataframe with the bowling details
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
getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails
Examples
## Not run:
a <- getTeamBowlingDetails("India",dir="../data",save=TRUE,odir=".")
## End(Not run)