bowler_score: Returns all the bowlers with an average score higher than the...

View source: R/bowler_score.R

bowler_scoreR Documentation

Returns all the bowlers with an average score higher than the given score

Description

Returns all the bowlers with an average score higher than the given score

Usage

bowler_score(given_score)

Arguments

given_score

The avg score for which we want all the bowler's names for, as a numeric vector

Value

bowler_score returns a list of names.

Examples


library(ipl)

# Finds all the bowlers with an average score higher than 30
bowler_score(30)

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