Description Usage Arguments Value Note Author(s) References See Also Examples
The function removes rows from the batsman dataframe where the batsman did not bat (DNB) or the team did not bat (TDNB). COnverts not outs '*' (97*, 128*) to 97,128 by stripping the '*' character. It picks all the complete cases and returns the data frame
1 |
file |
CSV file with the batsman data obtained with getPlayerData |
Returns the cleaned batsman dataframe
Maintainer: Tinniam V Ganesh <tvganesh.85@gmail.com>
Tinniam V Ganesh
http://www.espncricinfo.com/ci/content/stats/index.html https://gigadom.wordpress.com/
cleanBowlerData
getPlayerData
batsman4s
batsmanMovingAverage
1 2 3 4 5 | # Get or use the <batsman>.csv obtained with getPlayerData()
# <- getPlayerData(35320,file="tendulkar.csv",type="batting", homeOrAway=c(1,2),result=c(1,2,4))
# clean the dataframe
srt <- clean("tendulkar.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.