Learn R Programming

yorkr (version 0.0.42)

batsmanDismissals: Dismissal type of batsmen

Description

This function computes and plots the type of dismissals of the the batsman

Usage

batsmanDismissals(df,name="A Leg Glance",dateRange)

Value

None

Arguments

df

Data frame

name

Name of batsman

dateRange

Date interval to consider

Author

Tinniam V Ganesh

References

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

See Also

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate

Examples

Run this code
if (FALSE) {
#Get the data frame for Kohli
kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
batsmanDismissals(kohli,"Kohli",dateRange)
}

Run the code above in your browser using DataLab