View source: R/teamBowlingPerfDetails.R
teamBowlingPerfDetails | R Documentation |
This function computes performance of bowlers of a team a
teamBowlingPerfDetails(match,theTeam,includeInfo=FALSE)
match |
The data frame of all match |
theTeam |
The team for which the performance is required |
includeInfo |
If true details like venie,winner, result etc are included |
dataframe The dataframe of bowling performance
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
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersWicketRunsOppnAllMatches
## Not run:
# Get all matches between India and Australia
match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingPerf(match,"India",includeInfo=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.