getBatsmanDetails: Get batting details of batsman from match

View source: R/getBatsmanDetails.R

getBatsmanDetailsR Documentation

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=".")

Arguments

team

The team of the batsman e.g. India

name

Name of batsman

dir

The directory where the source file exists

Value

None

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

batsmanRunsPredict
batsmanMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

## Not run: 
getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)

## End(Not run)



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