Learn R Programming

yorkr (version 0.0.42)

teamBowlingPerfOppnAllMatches: team bowling performance all matches against an opposition

Description

This function computes returns the bowling dataframe of bowlers deliveries, maidens, overs, wickets against an opposition in all matches

Usage

teamBowlingPerfOppnAllMatches(matches,main,opposition)

Value

l A data frame with the bowling performance

Arguments

matches

The matches of the team against an opposition.

main

Team for which bowling performance is required

opposition

The opposition Team

Author

Tinniam V Ganesh

References

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

See Also

teamBowlersWicketsOppnAllMatches
teamBowlersWicketRunsOppnAllMatches
teamBowlersWicketKindOppnAllMatches

Examples

Run this code
if (FALSE) {
#Get all matches between India and Autralia
matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")

# Or load directly from saved file
# load("India-Australia-allMatches.RData")

teamBowlingPerfOppnAllMatches(matches,"India","Australia")
teamBowlingPerfOppnAllMatches(matches,main="Australia",opposition="India")
}

Run the code above in your browser using DataLab