overs: Calculates the number of overs for the given bowler

View source: R/overs.R

oversR Documentation

Calculates the number of overs for the given bowler

Description

Calculates the number of overs for the given bowler

Usage

overs(player_name)

Arguments

player_name

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

Value

overs returns the number of overs

Examples


library(ipl)

# Calculates the number of overs for Rahul Sharma
overs("Rahul Sharma")

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