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

View source: R/teamBowlingScorecardMatch.R

teamBowlingScorecardMatchR Documentation

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)

Arguments

match

The match between the teams

theTeam

Team for which bowling performance is required

Value

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

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

teamBowlingWicketMatch
teamBowlersVsBatsmenMatch
teamBattingScorecardMatch

Examples

## Not run: 
#Get all matches between India  and other opposition
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

teamBowlingScorecardMatch(a,'England')

## End(Not run)


yorkr documentation built on May 31, 2023, 8:24 p.m.