overs_balls | R Documentation |
Calculates the completed overs and remaining (legal) balls bowled by the given bowler across all IPL matches from 2008-2020.
overs_balls(player_name)
player_name |
The bowler whose completed overs and remaining balls has to be calculated, as a character vector |
overs_balls
returns the number of completed overs and remaining balls
bowled by the given player across all IPL matches from 2008-2020
library(ipl) # Calculates the completed runs and remaining (legal) balls bowled by Rahul Sharma overs_balls("Rahul Sharma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.