View source: R/teamBattingScorecardMatch.R
teamBattingScorecardMatch | R Documentation |
This function computes returns the batting scorecard (runs, fours, sixes, balls played) for the team
teamBattingScorecardMatch(match,theTeam)
match |
The match for which the score card is required e.g. |
theTeam |
Team for which scorecard required |
scorecard A data frame with the batting scorecard
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
## Not run:
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingScorecardMatch(a,'England')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.