Description Usage Arguments Value Examples
View source: R/batting_dismissals.r
This function scraps exclusive dismissal summary (as a batsman) info from Statsguru and returns a dataframe
1  | get_DismissalSummary_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 Dismissals Summary of a Player
1 2  | sachin_DismissalSummary_Batting = statsguRu::get_DismissalSummary_Batting(PlayerID = 35320, MatchType = 2)
print(sachin_DismissalSummary_Batting)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.