Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/cleanTeamData.R
This function cleans the team data for Test, ODI and T20
1 | cleanTeamData(df,matchType)
|
df |
Data frame |
matchType |
Match type - Test, ODI, T20 |
The cleaned Data frame
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/
teamWinLossStatusVsOpposition
teamWinLossStatusAtGrounds
plotTimelineofWinsLosses
1 2 3 4 5 6 | ## Not run:
#Get the team data for India for Tests
df<-getTeamDataHomeAway(file="india.csv",teamName="India",matchType='Test')
df1 <-cleanTeamData(df,"Test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.