View source: R/wickets_taken.R
wickets_taken | R Documentation |
This function returns the number of wickets taken for the player
wickets_taken(player_name)
player_name |
The name of the given player for whom we want to calculate the number of wickets taken |
num_wickets
number of wickets taken by the given bowler
library(ipl) # Returns the number of wickets taken by Rahul Sharma wickets_taken("Rahul Sharma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.