powered by
This function scraps batting summary info from Statsguru and returns a dataframe
getBattingSummary(PlayerID, MatchType)
ESPNCricinfo Player ID.
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
# NOT RUN { sachin = getBattingSummary(35320,11) # }
Run the code above in your browser using DataLab