Learn R Programming

yorkr (version 0.0.42)

saveAllMatchesAllOpposition: Saves matches of all opposition as dataframe

Description

This function saves all matches agaist all opposition as a single dataframe in the current directory

Usage

saveAllMatchesAllOpposition(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) {
saveAllMatchesBetweenTeams(dir=".",odir=".")
}

Run the code above in your browser using DataLab