if (FALSE) {
# Get the bowling details of bowlers of a team e.g. India. This is saved as a dataframe
c <- getTeamBowlingDetails("India",dir="../data",save=TRUE)
#Get the bowler details from this overall data frame
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=".")
# The dataframe from the above call is used in many functions
#bowlerMeanEconomyRate(jadeja,"RA Jadeja")
}
Run the code above in your browser using DataLab