Description Usage Arguments Details Value Note Author(s) References See Also Examples
Clean the bowler's CSV fileand remove rows DNB(Did not bowl) & TDNB (Team did not bowl). Also normalize all 8 ball over to a 6 ball over for earlier bowlers
1 |
file |
The <bowler>.csv file |
More details can be found in my short video tutorial in Youtube https://www.youtube.com/watch?v=q9uMPFVsXsI
A cleaned bowler data frame with complete cases
Maintainer: Tinniam V Ganesh <tvganesh.85@gmail.com>
Tinniam V Ganesh
http://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.wordpress.com/
1 2 3 4 5 | # Get bowling data and store in file for future
# kumble <- getPlayerData(30176,dir="./mytest", file="kumble.csv",type="bowling",
# homeOrAway=c(1),result=c(1,2))
cleanBowlerData("../cricketr/data/kumble.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.