getWicketsSummary: Gets a Players's Wickets Summary (whilst Bowling)

Description Usage Arguments Value Examples

View source: R/bowlDismissal.R

Description

This function scraps exclusive dismissal summary (as a bowler) info from Statsguru and returns a dataframe

Usage

1
getWicketsSummary(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 Wickets Summary of a Bowler

Examples

1
sachin = getWicketsSummary(35320,11)

statsguRu documentation built on Jan. 16, 2021, 5:19 p.m.