Learn R Programming

yorkr (version 0.0.42)

teamBowlingPerfDetails: get team bowling performance details

Description

This function computes performance of bowlers of a team a

Usage

teamBowlingPerfDetails(match,theTeam,includeInfo=FALSE)

Value

dataframe The dataframe of bowling performance

Arguments

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

Author

Tinniam V Ganesh

References

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

See Also

teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersWicketRunsOppnAllMatches

Examples

Run this code
if (FALSE) {
# Get all matches between India and Australia
match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingPerf(match,"India",includeInfo=TRUE)
}

Run the code above in your browser using DataLab