Learn R Programming

yorkr (version 0.0.42)

saveAllMatchesBetween2CPLTeams: Saves all matches between 2 CPL teams as dataframe

Description

This function saves all matches between 2 CPL teams as a single dataframe in the current directory

Usage

saveAllMatchesBetween2CPLTeams(dir=".",odir=".")

Value

None

Arguments

dir

Input Directory

odir

Output Directory to store saved matches

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

batsmanDismissals
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
getAllMatchesAllOpposition
getAllMatchesBetweenTeams

Examples

Run this code
if (FALSE) {
saveAllMatchesBetween2IPLTeams(dir=".",odir=".")
}

Run the code above in your browser using DataLab