batsmanDismissals: Dismissal type of batsmen

View source: R/batsmanDismissals.R

batsmanDismissalsR Documentation

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)

Arguments

df

Data frame

name

Name of batsman

dateRange

Date interval to consider

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

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate

Examples

## Not run: 
#Get the data frame for Kohli
kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
batsmanDismissals(kohli,"Kohli",dateRange)

## End(Not run)

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