batsman_summary: Get the summary table of all batting statistics of a batsman...

View source: R/batsman_summary.R

batsman_summaryR Documentation

Get the summary table of all batting statistics of a batsman by year (across all IPL matches between 2008 and 2020)

Description

Get the summary table of all batting statistics of a batsman by year (across all IPL matches between 2008 and 2020)

Usage

batsman_summary(player)

Arguments

player

The name of the batsman for whom the batting summary table is desired

Value

batsman_summary returns the a data frame with all batting statistics of the batsman for all years

Examples


library(ipl)

# Get the summary table of all batting statistics for MS Dhoni
batsman_summary("MS Dhoni")

Swaha294/ipl documentation built on May 10, 2022, 3:23 p.m.