batsmanCumulativeAverageRuns: Batsman's cumulative average runs

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/batsmanCumulativeAverageRuns.R

Description

This function computes and plots the cumulative average runs of a batsman

Usage

1

Arguments

file

Data frame

name

Name of batsman

Value

None

Note

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

Author(s)

Tinniam V Ganesh

References

https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/

See Also

batsmanCumulativeStrikeRate bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets

Examples

1
2
3
4
5
6
## Not run: 
# retrieve the file path of a data file installed with cricketr
pathToFile <- system.file("data", "tendulkar.csv", package = "cricketr")
batsmanCumulativeAverageRuns(pathToFile, "Sachin Tendulkar")

## End(Not run)

cricketr documentation built on March 23, 2021, 9:06 a.m.