Learn R Programming

yorkr (version 0.0.42)

teamBattingScorecardMatch: Team batting scorecard of a team in a match

Description

This function computes returns the batting scorecard (runs, fours, sixes, balls played) for the team

Usage

teamBattingScorecardMatch(match,theTeam)

Value

scorecard A data frame with the batting scorecard

Arguments

match

The match for which the score card is required e.g.

theTeam

Team for which scorecard required

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart

Examples

Run this code
if (FALSE) {
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingScorecardMatch(a,'England')
}

Run the code above in your browser using DataLab