parseYamlOver {yorkr} | R Documentation |
Parse yaml file and convert to dataframe
Description
This function parses the yaml file and converts it into a data frame. This is an internal function and is used by convertAllYaml2RDataframes() & convertYaml2RDataframe()
Usage
parseYamlOver(match,s,ateam,delivery,meta)
Arguments
match |
The dataframe of the match |
s |
The string with the delivery |
ateam |
The team |
delivery |
The delivery of the over |
meta |
The meta information of the match |
Value
overs The dataframe of overs
Note
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Author(s)
Tinniam V Ganesh
References
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
See Also
getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails
Examples
## Not run:
# Parse the yaml over
## End(Not run)
[Package yorkr version 0.0.42 Index]