View source: R/batsman_summary.R
batsman_summary | R Documentation |
Get the summary table of all batting statistics of a batsman by year (across all IPL matches between 2008 and 2020)
batsman_summary(player)
player |
The name of the batsman for whom the batting summary table is desired |
batsman_summary
returns the a data frame with all batting statistics
of the batsman for all years
library(ipl) # Get the summary table of all batting statistics for MS Dhoni batsman_summary("MS Dhoni")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.