bowler_score | R Documentation |
Returns all the bowlers with an average score higher than the given score
bowler_score(given_score)
given_score |
The avg score for which we want all the bowler's names for, as a numeric vector |
bowler_score
returns a list of names.
library(ipl) # Finds all the bowlers with an average score higher than 30 bowler_score(30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.