teamBowlingPerfDetails: get team bowling performance details

View source: R/teamBowlingPerfDetails.R

teamBowlingPerfDetailsR Documentation

get team bowling performance details

Description

This function computes performance of bowlers of a team a

Usage

teamBowlingPerfDetails(match,theTeam,includeInfo=FALSE)

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

Value

dataframe The dataframe of 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

teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersWicketRunsOppnAllMatches

Examples

## Not run: 
# Get all matches between India and Australia
match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingPerf(match,"India",includeInfo=TRUE)

## End(Not run)


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