View source: R/teamBowlingScorecardAllOppnAllMatches.R
teamBowlingScorecardAllOppnAllMatches | R Documentation |
This function computes returns the bowling dataframe of bowlers deliveries, maidens, overs, wickets against all oppositions in all matches
teamBowlingScorecardAllOppnAllMatches(matches,theTeam)
matches |
The matches of the team against all oppositions and all matches |
theTeam |
Team for which bowling performance is required |
l A data frame with the bowling performance in alll matches against all oppositions
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBowlersVsBatsmenAllOppnAllMatchesMain
teamBowlersVsBatsmenAllOppnAllMatchesPlot
## Not run:
#Get all matches between India and other opposition
matches <-getAllMatchesAllOpposition("India",dir="../data/",save=TRUE)
# Or load directly from saved file
# load("allMatchesAllOpposition-India.RData")
# Top opposition bowlers performances against India
teamBowlingScorecardAllOppnAllMatches(matches,"India")
#Top Indian bowlers against respective opposition
teamBowlingScorecardAllOppnAllMatches(matches,'Australia')
teamBowlingScorecardAllOppnAllMatches(matches,'South Africa')
teamBowlingScorecardAllOppnAllMatches(matches,'England')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.