Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/getTeamNumber.R
This function returns the number of the Team for which analysis is to be done
1 | getTeamNumber(teamName,matchType)
|
teamName |
The name of the team e.g Australia, India, Ghana etc |
matchType |
The match type - Test, ODI or T20 |
The numerical value of the team
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
teamNi <-getTeamNumber(teamName="India",matchType="Test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.