teamBowlingPerfOppnAllMatches {yorkr} | R Documentation |
team bowling performance all matches against an opposition
Description
This function computes returns the bowling dataframe of bowlers deliveries, maidens, overs, wickets against an opposition in all matches
Usage
teamBowlingPerfOppnAllMatches(matches,main,opposition)
Arguments
matches |
The matches of the team against an opposition. |
main |
Team for which bowling performance is required |
opposition |
The opposition Team |
Value
l A data frame with the bowling performance
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
teamBowlersWicketsOppnAllMatches
teamBowlersWicketRunsOppnAllMatches
teamBowlersWicketKindOppnAllMatches
Examples
## Not run:
#Get all matches between India and Autralia
matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")
# Or load directly from saved file
# load("India-Australia-allMatches.RData")
teamBowlingPerfOppnAllMatches(matches,"India","Australia")
teamBowlingPerfOppnAllMatches(matches,main="Australia",opposition="India")
## End(Not run)
[Package yorkr version 0.0.42 Index]