teamBowlingPerfOppnAllMatches: team bowling performance all matches against an opposition

View source: R/teamBowlingPerfOppnAllMatches.R

teamBowlingPerfOppnAllMatchesR Documentation

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)

Arguments

matches

The matches of the team against an opposition.

main

Team for which bowling performance is required

opposition

The opposition Team

Value

l A data frame with the bowling performance

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

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

See Also

teamBowlersWicketsOppnAllMatches
teamBowlersWicketRunsOppnAllMatches
teamBowlersWicketKindOppnAllMatches

Examples

## Not run: 
#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")

## End(Not run)


tvganesh/yorkr documentation built on May 13, 2023, 12:19 p.m.