bowling_analysis: Returns the summary analysis for the given bowler

View source: R/bowling_analysis.R

bowling_analysisR Documentation

Returns the summary analysis for the given bowler

Description

Returns the summary analysis for the given bowler

Usage

bowling_analysis(player_name)

Arguments

player_name

The bowler whose summary analysis has to be calculated, as a character vector

Value

bowling_analysis returns the summary analysis of a bowler in a data frame

Examples


library(ipl)

# Summarises the bowling analysis for Rahul Sharma
bowling_analysis("Rahul Sharma")

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