View source: R/teamBowlingPerfOppnAllMatches.R
teamBowlingPerfOppnAllMatches | R Documentation |
This function computes returns the bowling dataframe of bowlers deliveries, maidens, overs, wickets against an opposition in all matches
teamBowlingPerfOppnAllMatches(matches,main,opposition)
matches |
The matches of the team against an opposition. |
main |
Team for which bowling performance is required |
opposition |
The opposition Team |
l A data frame with the bowling performance
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBowlersWicketsOppnAllMatches
teamBowlersWicketRunsOppnAllMatches
teamBowlersWicketKindOppnAllMatches
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.