get_Summary_Bowling: Gets a Players's Bowling Summary

Description Usage Arguments Value Examples

View source: R/bowling.R

Description

This function scraps bowling summary info from Statsguru and returns a dataframe

Usage

1
get_Summary_Bowling(PlayerID, MatchType)

Arguments

PlayerID

ESPNCricinfo Player ID.

MatchType

Type of Match Played (1 for Test; 2 for ODI; 3 for T20I ; 11 for All)

Value

Returns dataframe containing complete Batting Summary of a Player

Examples

1
2
ashwin_BowlingSummary = statsguRu::get_Summary_Bowling(PlayerID = 26421, MatchType = 1)
print(ashwin_BowlingSummary)

npranav10/statsguRu documentation built on July 1, 2021, 8:15 p.m.