Last data update: 2014.03.03

R: Team bowling scorecard all opposition all matches
teamBowlingScorecardAllOppnAllMatchesMainR Documentation

Team bowling scorecard all opposition all matches

Description

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

Usage

teamBowlingScorecardAllOppnAllMatchesMain(matches,theTeam)

Arguments

matches

The matches of the team against all oppositions and all matches

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

http://cricsheet.org/
https://gigadom.wordpress.com/

See Also

teamBowlingScorecardAllOppnAllMatches
teamBowlersVsBatsmenAllOppnAllMatchesMain
teamBowlersVsBatsmenAllOppnAllMatchesPlot

Examples

## Not run: 
#Get all matches between India  and other opposition
matches <-getAllMatchesAllOpposition("India",dir="../data/",save=TRUE)

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

# Top opposition bowlers of India
teamBowlingScorecardAllOppnAllMatchesMain(matches,"India")

## End(Not run)

Results