Learn R Programming

yorkr (version 0.0.42)

getBatsmanDetails: Get batting details of batsman from match

Description

This function gets the batting details of a batsman given the match data as a RData file

Usage

getBatsmanDetails(team,name,dir=".")

Value

None

Arguments

team

The team of the batsman e.g. India

name

Name of batsman

dir

The directory where the source file exists

Author

Tinniam V Ganesh

References

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

See Also

batsmanRunsPredict
batsmanMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

Run this code
if (FALSE) {
getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
}


Run the code above in your browser using DataLab