getBowlingSummary: 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
getBowlingSummary(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
sachin = getBowlingSummary(35320,11)

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