View source: R/teamBowlingScorecardMatch.R
teamBowlingScorecardMatch | R Documentation |
This function computes and returns the bowling scorecard of a team in a match
teamBowlingScorecardMatch(match,theTeam)
match |
The match between the teams |
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/
teamBowlingWicketMatch
teamBowlersVsBatsmenMatch
teamBattingScorecardMatch
## Not run:
#Get all matches between India and other opposition
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.