Learn R Programming

yorkr (version 0.0.42)

teamBowlingScorecardMatch: Compute and return the bowling scorecard of a team in a match

Description

This function computes and returns the bowling scorecard of a team in a match

Usage

teamBowlingScorecardMatch(match,theTeam)

Value

l A data frame with the bowling performance in alll matches against all oppositions

Arguments

match

The match between the teams

theTeam

Team for which bowling performance is required

Author

Tinniam V Ganesh

References

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

See Also

teamBowlingWicketMatch
teamBowlersVsBatsmenMatch
teamBattingScorecardMatch

Examples

Run this code
if (FALSE) {
#Get all matches between India  and other opposition
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

teamBowlingScorecardMatch(a,'England')
}

Run the code above in your browser using DataLab