Description Usage Arguments Value Examples
This function takes in "Batting Summary" dataframe and returns a list comprising data segregated into different categories that can inferred from a Players's Batting Summary.
| 1 | split_Summary_Batting(data, MatchType)
 | 
| data | Output of statsguRu::get_Summary_Batting(). | 
| MatchType | Type of Match Played (1 for Test; 2 for ODI; 3 for T20I ; 11 for All) | 
Returns a list comprising data segregated into different categories of Batting Summary statistics
| 1 2 | sachin_BattingSummary = statsguRu::get_Summary_Batting(PlayerID = 35320, MatchType = 2)
statsguRu::split_Summary_Batting(data = sachin_BattingSummary, MatchType = 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.