getMatchType {cricketr} | R Documentation |
Get the number of the match type viz.for Test, ODI and T20
Description
This function returns the number of the match type
Usage
getMatchType(matchType)
Arguments
matchType |
The match type - Test, ODI or T20 |
Value
The numerical value of match type
Note
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Author(s)
Tinniam V Ganesh
References
https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/
See Also
teamWinLossStatusVsOpposition
teamWinLossStatusAtGrounds
plotTimelineofWinsLosses
Examples
## Not run:
#Get the team data for India for Tests
match <-getMatchType("Test")
## End(Not run)
[Package cricketr version 0.0.26 Index]