Description Usage Arguments Value Examples
This function scraps batting summary info from Statsguru and returns a dataframe
| 1 | get_Summary_Batting(PlayerID, MatchType)
 | 
| PlayerID | ESPNCricinfo Player ID. | 
| MatchType | Type of Match Played (1 for Test; 2 for ODI; 3 for T20I ; 11 for All) | 
Returns dataframe containing complete Batting Summary of a Player
| 1 2 | sachin_BattingSummary = statsguRu::get_Summary_Batting(PlayerID = 35320, MatchType = 11)
print(sachin_BattingSummary)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.